2.2.49 TextRun

The TextRun record specifies information about a span of text that is part of a ParagraphContent record.          

 TextRun = textRunStart textRunProperties delimiter


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

textRunStart

textRunProperties (variable)

...

delimiter

textRunStart (1 byte): A byte that specifies the start of the TextRun record. The value of the textRunStart field MUST be 0x14.

textRunProperties (variable): A record of type ElementProperties that specifies the properties applicable to the TextRun record. The structure contained in the textRunProperties field MUST be one of the following.

Property

UniqueName

ID

Style

Markup

Label

Tooltip

Value

ActionInfo

Formula

ProcessedWithError

ContentTop

ContentLeft

ContentWidth

ContentHeight

delimiter (1 byte): A byte that specifies the end of the TextRun record. The value of the delimiter field MUST be 0xFF.