20.1.4.2.28 tcBdr
20.1.4.2.28 tcBdr
This element defines the borders for the cells within a table.
[Example: Consider the following example of table cell borders being used within DrawingML:
<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. end example]
[Note: The W3C XML Schema definition of this element’s content model (CT_TableCellBorderStyle) is located in A.4.1. end note]
Last updated on