2.3.87 WritingMode

The WritingMode property specifies whether a contiguous set of characters is written horizontally or vertically. If this property is specified, it MUST be part of a Style record. If the WritingMode property is not specified, the default value is used.

 WritingMode = writingModeStart writingModeValue


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

writingModeStart

writingModeValue

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

Value

Parent

0x1E

SharedStyleProperties

NonSharedStyleProperties

writingModeValue (1 byte): A byte that specifies whether text is written horizontally or vertically. The value of this field is of type WritingModes, and it MUST be contained in the WritingModes enumeration.<52> The default value is 0x00.