2.3.81 TextDecoration

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

            
 TextDecoration = textDecorationStart textDecorationValue


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

textDecorationStart

textDecorationValue

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

Value

Parent

0x18

SharedStyleProperties

NonSharedStyleProperties

textDecorationValue (1 byte): A byte that specifies the text decoration. The value of the textDecorationValue field is of type TextDecorations, and it MUST be contained in the TextDecorations enumeration.<47> The default value is 0x00.