<rPr>
(Table Style Conditional Formatting Run Properties)
This element specifies the set of run properties which shall be applied to all runs 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:rPr> <w:i/> </w:rPr> … </w:tblStylePr> </w:style>
The <rPr>
element specified within the <tblStylePr>
element specifies the set of run 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 run property applied is italics via the <i>
element (§2.3.2.14). ]
Parent Elements |
---|
|
Child Elements |
Subclause |
---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_RPr">
<sequence>
<group ref="EG_RPrContent" minOccurs="0"/>
</sequence>
</complexType>