17.4.12 end
This element specifies the border which shall be displayed on the trailing edge of the current table cell (right for LTR tables, left 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 trailing 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 follows:
row specifies a trailing dge cell border as
R1C1
R1C2
R2C1
R2C2
This trailing edge cell border is specified using the following WordprocessingML:
<w:tc>
<w:tcPr>
…
<w:tcBorders>
<w:end w:val="double" w:sz="4" w:space="0" w:color="FF0000" />
</w:tcBorders>
</w:tcPr>
<w:p/>
</w:tc>
The end element specifies a ½ point border of type double on the trailing edge of the table cell. end example]
This element’s content model is defined by the common border properties definition in 17.3.4.