2.3.26 Slant

The Slant property specifies the direction in which a Line record is drawn. If the Slant property is specified, it MUST be part of a Line.ElementProperties.InlineSharedElementProperties record. If the Slant property is not specified, the default value is used.          

 Slant = slantStart slantValue


0


1


2


3


4


5


6


7


8


9

1
0


1


2


3


4


5


6


7


8


9

2
0


1


2


3


4


5


6


7


8


9

3
0


1

slantStart

slantValue

slantStart (1 byte): A byte that specifies the start of the Slant property. The value of the slantStart field MUST be the following value.

Value

Parent

0x18

 ElementProperties.InlineSharedElementProperties for Line

slantValue (1 byte): A byte that specifies how the line is to be drawn. The default value of this field is 0x00. The value of the slantValue field MUST be one of the following values.

Value

Meaning

0x00

Draw from (left, bottom) to (right, top)

0x01

Draw from (left, top) to (right, bottom)