20.1.4.2.18 left

This element defines the line properties associated with the left border in a table cell.

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

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

In this example, we see the left 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