Specifies the beginning of a paragraph properties run. The run is defined to the end of the text or until the next <pp>
tag.
<pp
[IX]>
</pp>
IX
Required int. The index of the Para element that specifies the formatting applied to this run.
Property | Value |
---|---|
Name | pp |
Minimum Occurrences | 0 |
Maximum Occurrences | Unbounded |
Parent elements
Child elements
None
The pp element must occur at the beginning of the text or immediately after a paragraph break.
<Char IX="0"/>
<Char IX="1 "/>
<Para IX="0 "><HorzAlign>1</HorzAlign></Para>
<Para IX="1 "><IndLeft>0.3</IndLeft><HorzAlign>0</HorzAlign></Para>
<Tabs IX="0 "/>
…
…
<Text><cp IX="0" /><pp IX="0" /><tp IX="0" />This paragraph is center aligned.<cp IX="1" />
<pp IX="1" />This paragraph is left aligned, with a 0.3 in. left indent.</Text>
Working with a shape's text in DatadiagramML