2.3.119 Markup

The Markup property specifies the markup style for a TextRun record. If this property is specified, it MUST be part of an ElementProperties record of a TextRun. If the Markup property is not specified, the default value is used.

 Markup = markupStart markupValue


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

markupStart

markupValue

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

Value

Parent

0x07

ElementProperties.InlineSharedElementProperties for TextRun

ElementProperties.NonSharedElementProperties for TextRun

markupValue (1 byte): A byte that specifies the markup style for a TextRun record. The value of the markupValue field is of type MarkupStyles and it MUST be contained in the MarkupStyles enumeration. The default value is 0x00.