17.7.6.1 pPr
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.
[Example: Consider a table style which contains conditional formatting for its firstRow, defined as follows:
<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 must 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 (17.3.1.13). end example]
[Note: The W3C XML Schema definition of this element’s content model (CT_PPrGeneral) is located in A.1. end note]