17.4.79 tr2bl
This element specifies the border which shall be displayed on the top right to bottom left diagonal within the current table cell.
If this element is omitted, then the top right to bottom left 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 second cell in the second row specifies a top right to bottom left diagonal cell border as follows:
R1C1
R1C2
R2C1
R2C2
This diagonal cell border is specified using the following WordprocessingML:
<w:tc>
<w:tcPr>
…
<w:tcBorders>
<w:tr2bl w:val="double" w:sz="4" w:space="0" w:color="FF0000"/>
</w:tcBorders>
</w:tcPr>
<w:p/>
</w:tc>
The tr2bl 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