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


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

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.