17.4.73 tl2br
This element specifies the border which shall be displayed on the top left side to bottom right diagonal within the current table cell.
If this element is omitted, then the top left to bottom right diagonal of this table cell shall not have a cell border, and its border can use the table’s border settings as appropriate.
[Example: Consider a table in which the first border as follows:
R1C1
R2C1
cell in the first row specifies a top left to
bottom right diagonal cell
R1C2
R2C2
This diagonal cell border is specified using the following WordprocessingML:
<w:tc>
<w:tcPr>
…
<w:tcBorders>
<w:tl2br w:val="double" w:sz="4" w:space="0" w:color="FF0000"/>
</w:tcBorders>
</w:tcPr>
<w:p/>
</w:tc>
The tl2br element specifies a ½ point border of type double on the table cell’s diagonal. end example]
This element’s content model is defined by the common border properties definition in 17.3.4.
Last updated on