20.1.4.2.33 tr2bl

This element defines the line properties associated with the border which goes from the top-right to the bottom-left corner in a table cell.

[Example: Consider the following example of the top border in use within DrawingML:

<tr2bl>
  <ln w="12700" cmpd="sng">
    <solidFill>
      <schemeClr val="accent1"/>
    </solidFill>
  </ln>
</tr2bl>

In this example, we see the border on a table cell to be a single 1pt line which is colored accent 1. end example]

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

Last updated on