2.3.86 Direction

The Direction property specifies the direction in which a contiguous set of characters is written. If this property is specified, it MUST be part of a Style record. If the Direction property is not specified, the default value is used.

 Direction = directionStart directionValue


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

directionStart

directionValue

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

Value

Parent

0x1D

 SharedStyleProperties

 NonSharedStyleProperties

directionValue (1 byte): A byte that specifies the direction in which the text is written. The value of this field is of type Directions, and it MUST be contained in the Directions enumeration.<51> The default value is 0x00.