17.7.6.4 tblPr
17.7.6.4 tblPr
This element specifies the set of table properties which shall be applied to the table. These properties are not conditional and shall always be applied (although they are applied before all conditional formatting properties).
[Example: Consider a table style defined as follows:
<w:style w:type="table" w:styleId="exampleTableStyle">
<w:tblPr>
<w:tblCellSpacing w:w="15" w:type="dxa"/>
</w:tblPr>
…
<w:tblStylePr w:type="firstRow">-
<w:tblPr>
<w:tblCellSpacing w:w="29" w:type="dxa"/>
</w:tblPr>
…
</w:tblStylePr>
</w:style>
The tblPr element specified within the style element specifies the set of table properties which must be applied to all parts of the table. In this example, the single table property applied is a default table cell spacing value of 0.01 inches via the tblCellSpacing element (17.4.45). end example]
[Note: The W3C XML Schema definition of this element’s content model (CT_TblPrBase) is located in A.1. end note]
Last updated on