<pPr>
(Numbering Level Associated Paragraph Properties)
This element specifies the paragraph properties which shall be applied as part of a given numbering level within the parent numbering definition. These paragraph properties are applied to any numbered paragraph that references the given numbering definition and numbering level.
Paragraph properties specified on the numbered paragraph itself override the paragraph properties specified by <pPr>
elements within a numbering <lvl>
element< (>
§2.9.6, §2.9.7).
<w:abstractNum w:abstractNumId="1"> ... <w:lvl w:ilvl="0"> ... <w:pPr> <w:tabs> <w:tab w:val="num" w:pos="720" /> </w:tabs> <w:ind w:left="720" w:hanging="360" /> </w:pPr> </w:lvl> </w:abstractNum>
Each of the paragraph properties specified inside the <pPr>
element are applied to any numbered paragraph which inherits this numbering level definition as part of the numbering properties in the order defined by the style hierarchy. ]
Child Elements |
Subclause |
---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_PPr">
<complexContent>
<extension base="CT_PPrBase">
<sequence>
<element name="rPr" type="CT_ParaRPr" minOccurs="0"/>
<element name="sectPr" type="CT_SectPr" minOccurs="0"/>
<element name="pPrChange" type="CT_PPrChange" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>