<tcBdr> (Table Cell Borders)
This element defines the borders for the cells within a table.
example:
<tcBdr>
<left>
<lnRef idx="1">
<schemeClr val="accent1"/>
</lnRef>
</left>
<right>
<lnRef idx="1">
<schemeClr val="accent1"/>
</lnRef>
</right>
<top>
<lnRef idx="1">
<schemeClr val="accent1"/>
</lnRef>
</top>
<bottom>
<lnRef idx="2">
<schemeClr val="lt1"/>
</lnRef>
</bottom>
<insideH>
<ln>
<noFill/>
</ln>
</insideH>
<insideV>
<ln>
<noFill/>
</ln>
</insideV>
</tcBdr>
In this example, we define borders for the bottom, top, right, and left borders of the table cells. ]
Parent Elements |
|---|
|
Child Elements |
Subclause |
|---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_TableCellBorderStyle">
<sequence>
<element name="left" type="CT_ThemeableLineStyle" minOccurs="0" maxOccurs="1"/>
<element name="right" type="CT_ThemeableLineStyle" minOccurs="0" maxOccurs="1"/>
<element name="top" type="CT_ThemeableLineStyle" minOccurs="0" maxOccurs="1"/>
<element name="bottom" type="CT_ThemeableLineStyle" minOccurs="0" maxOccurs="1"/>
<element name="insideH" type="CT_ThemeableLineStyle" minOccurs="0" maxOccurs="1"/>
<element name="insideV" type="CT_ThemeableLineStyle" minOccurs="0" maxOccurs="1"/>
<element name="tl2br" type="CT_ThemeableLineStyle" minOccurs="0" maxOccurs="1"/>
<element name="tr2bl" type="CT_ThemeableLineStyle" minOccurs="0" maxOccurs="1"/>
<element name="extLst" type="CT_OfficeArtExtensionList" minOccurs="0" maxOccurs="1"/>
</sequence>
</complexType>