2.9.79 MasterTextPropAtom
Referenced by: TextClientDataSubContainerOrAtom
An atom record that specifies the indent levels for the text.
Let the corresponding text be specified by the TextHeaderAtom record that most closely precedes this MasterTextPropAtom record.
|
|
|
|
|
|
|
|
|
|
1 |
|
|
|
|
|
|
|
|
|
2 |
|
|
|
|
|
|
|
|
|
3 |
|
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
rh |
|||||||||||||||||||||||||||||||
... |
|||||||||||||||||||||||||||||||
rgMasterTextPropRun (variable) |
|||||||||||||||||||||||||||||||
... |
rh (8 bytes): A RecordHeader structure (section 2.3.1) that specifies the header for this record. Sub-fields are further specified in the following table.
-
Field
Meaning
rh.recVer
MUST be 0x0.
rh.recInstance
MUST be 0x000.
rh.recType
MUST be an RT_MasterTextPropAtom.
rgMasterTextPropRun (variable): An array of MasterTextPropRun structures that specifies indent levels. The count field of each MasterTextPropRun specifies the number of characters to which the indent level applies, starting with the character at the zero-based index equal to the sum of the count fields of all previous MasterTextPropRun items in the array.
-
The sum of the count fields of the array items MUST be equal to the number of characters in the corresponding text. The length, in bytes, of the array is specified by rh.recLen.