17.4.69 tcPr

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.

[Example: Consider a table where the cell width overwrites the table width represented in the following WordprocessingML:

<w:tbl>
  <w:tblPr>
    <w:tblCellMar>
      <w:start w:w="0" w:type="dxa"/>
    </w:tblCellMar>
  </w:tblPr>
  <w:tr>
    <w:tc>
      <w:tcPr>
        <w:tcMar>
          <w:start
        </w:tcMar>
      </w:tcPr>
    </w:tc>
  </w:tr>
</w:tbl>

This table cell has a left cell margin of 720 twentieths of a point (one half inch) as specified in the element, which overwrites the table level setting of 0 left table cell margin. end example]

[Note: The W3C XML Schema definition of this element’s content model (CT_TcPr) is located in A.1. end note]

Last updated on