17.4.41 tblCellMar
This element specifies a set of cell margins for all cells in the parent table row via a set of table-level property exceptions. These settings can be overridden by the table cell margin definition specified by the tcMar element contained within the table cell’s properties (17.4.41).
If this element is omitted, then it shall inherit the table cell margins from
the table-level cell margins (17.4.42).
have default cell margins of 0.1 inches for all
[Example: Consider a table whose final two rows are defined to sides via a table-level property exception, as follows:
This set of table cell margin exceptions is specified using the following WordprocessingML:
<w:tblPrEx>
<w:tblCellMar>
<w:top w:w="144" w:type="dxa"/>
<w:start w:w="144" w:type="dxa"/>
<w:bottom w:w="144" w:type="dxa"/>
<w:end w:w="144" w:type="dxa"/>
</w:tblCellMar>
…
</w:tblPrEx>
The tblCellMar element as a child of tblPrEx specifies the set of default cell margins for all cells in in current table, in this case, 144 twentieths of a point on all sides. end example]
rows
final two
[Note: The W3C XML Schema definition of this element’s content model (CT_TblCellMar) is located in A.1. end note]