Defines the table grid cell borders.
Namespace | http://schemas.microsoft.com/office/word/2003/wordml |
Schema name | XML Document 2003 |
Element | Description |
---|---|
top | Defines the top border of the cell. |
left | Defines the left border of the cell. |
bottom | Defines the bottom border of the cell. |
right | Defines the right border of the cell. |
insideH | Represents the horizontal border between two cells. Only used in table-style conditional formatting. |
insideV | Represents the vertical border between two cells. Only used in table-style conditional formatting. |
tl2br | Defines the top-left to bottom-right diagonal border of the cell. |
tr2bl | Defines the top-left to bottom-right diagonal border of the cell. |
None.
<xsd:complexType name="tcBordersElt" >
<xsd:sequence>
<xsd:element name="top" type="borderProperty" minOccurs="0">
</xsd:element>
<xsd:element name="left" type="borderProperty" minOccurs="0">
</xsd:element>
<xsd:element name="bottom" type="borderProperty" minOccurs="0">
</xsd:element>
<xsd:element name="right" type="borderProperty" minOccurs="0">
</xsd:element>
<xsd:element name="insideH" type="borderProperty" minOccurs="0">
</xsd:element>
<xsd:element name="insideV" type="borderProperty" minOccurs="0">
</xsd:element>
<xsd:element name="tl2br" type="borderProperty" minOccurs="0">
</xsd:element>
<xsd:element name="tr2bl" type="borderProperty" minOccurs="0">
</xsd:element>
</xsd:sequence>
</xsd:complexType>