2.3.82 TextAlign

The TextAlign property specifies the horizontal alignment for a contiguous set of characters. If this property is specified, it MUST be part of the Style record. If the TextAlign property is not specified, the default value is used.          

 TextAlign = textAlignStart textAlignValue


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

textAlignStart

textAlignValue

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

Value

Parent

0x19

SharedStyleProperties

NonSharedStyleProperties

textAlignValue (1 byte): A byte that specifies the horizontal alignment of text. The value of the textAlignValue field is of type TextAlignments, and it MUST be contained in the TextAlignments enumeration.<48> The default value is 0x00.