17.4.33 start

This element specifies the border which shall be displayed on the leading edge of the current table cell (left for LTR tables, right for RTL tables). The appearance of this table cell border in the document shall be determined by the following settings:

  • If the net tblCellSpacing element value (17.4.44;17.4.43;17.4.45) applied to the cell is non-zero,
  • then the cell border shall always be displayed
  • Otherwise, the display of the border is subject to the conflict resolution algorithm defined by the
  • tcBorders element (17.4.66) and the tblBorders element (17.4.39;17.4.38)

If this element is omitted, then the leading edge of this table cell shall not have a cell border, and its border can use the table’s border settings as appropriate.

[Example: Consider an LTR table in which the second cell in the first row specifies a leading edge cell border:

R1C1

R1C2

R2C1

R2C2

This leading edge cell border is specified using the following WordprocessingML:

<w:tc>
  <w:tcPr>
    <w:tcBorders>
      <w:start w:val="double" w:sz="4" w:space="0" w:color="FF0000" />
    </w:tcBorders>
  </w:tcPr>
  <w:p/>
</w:tc>

The start element specifies a ½ point border of type double on the leading edge of the table cell. end example]

This element’s content model is defined by the common border properties definition in 17.3.4.

Last updated on