<tcPr> (Table Cell Properties)
This element specifies the set of properties which shall be applied a specific table cell. Each unique property is specified by a child element of this element. In any instance where there is a conflict between the table level, table-level exception, or row level properties with a corresponding table cell property, these properties shall overwrite the table or row wide properties.
<w:tbl>
<w:tblPr>
<w:tblCellMar>
<w:left w:w="0" w:type="dxa"/>
</w:tblCellMar>
</w:tblPr>
<w:tr>
<w:tc>
<w:tcPr>
<w:tcMar>
<w:left w:w="720" w:type="dxa"/>
</w:tcMar>
</w:tcPr>
…
</w:tc>
</w:tr>
</w:tbl>
This table cell will have a left cell margin of 720 twentieths of a point (one half inch) as specified in the <tcMar> element, which overwrites the table level setting of 0 left table cell margin. ]
Parent Elements |
|---|
|
Child Elements |
Subclause |
|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_TcPr">
<complexContent>
<extension base="CT_TcPrInner">
<sequence>
<element name="tcPrChange" type="CT_TcPrChange" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>