<top>
(Top Border)
This element defines the line properties associated with the top border in a table cell.
example:
<top> <ln w="12700" cmpd="sng"> <solidFill> <schemeClr val="accent1"/> </solidFill> </ln> </top>
In this example, we see the top border on a table cell to be a single 1pt line which is colored accent 1. ]
Parent Elements |
---|
|
Child Elements |
Subclause |
---|---|
|
|
|
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_ThemeableLineStyle">
<choice>
<element name="ln" type="CT_LineProperties" minOccurs="1" maxOccurs="1"/>
<element name="lnRef" type="CT_StyleMatrixReference" minOccurs="1" maxOccurs="1"/>
</choice>
</complexType>