2.2.48 ParagraphContent
The ParagraphContent record specifies a paragraph of text and properties that are applicable to the entire paragraph. The text is specified through a contiguous collection of TextRun records.
-
ParagraphContent = *TextRun Paragraph
|
|
|
|
|
|
|
|
|
|
1 |
|
|
|
|
|
|
|
|
|
2 |
|
|
|
|
|
|
|
|
|
3 |
|
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
textRun (variable) |
|||||||||||||||||||||||||||||||
... |
|||||||||||||||||||||||||||||||
paragraph (variable) |
|||||||||||||||||||||||||||||||
... |
textRun (variable): An array of TextRun records. The number of elements in the array MUST be equal to the value of the count field of a Paragraph record defined by the paragraph field.
paragraph (variable): A Paragraph record.