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
|
|
|
|
|
|
|
|
|
|
1 |
|
|
|
|
|
|
|
|
|
2 |
|
|
|
|
|
|
|
|
|
3 |
|
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
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
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.