<pPr>
(Table Style Conditional Formatting Paragraph Properties)
This element specifies the set of paragraph properties which shall be applied to all paragraphs within a table which match the conditional formatting type specified on the parent <tblStylePr>
element. These properties are applied in the order specified via the style hierarchy.
<w:style w:type="table" w:styleId="exampleTableStyle"> … <w:tblStylePr w:type="firstRow"> <w:pPr> <w:jc w:val="center"/> </w:pPr> … </w:tblStylePr> </w:style>
The <pPr>
element specified within the <tblStylePr>
element specifies the set of paragraph properties which shall be applied to all parts of the table which meet the criteria specified by the @type
value of firstRow
- all of the header rows of the table. In this example, the single paragraph property applied is an alignment value of center via the <jc>
element (§2.3.1.13). ]
Parent Elements |
---|
|
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>