Partilhar via


tcBordersElt complexType [Word 2003 XML Reference] --  Microsoft Office Word 2003 XML Software Development Kit

tcBordersElt complexType [Word 2003 XML Reference]

Defines the table grid cell borders.

Type Information

Namespace http://schemas.microsoft.com/office/word/2003/wordml
Schema name XML Document 2003

Elements and Attributes

Child Elements

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.

Attributes

None.

Definition

<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>

©2004 Microsoft Corporation. All rights reserved. Permission to copy, display and distribute this document is available at: http://msdn.microsoft.com/library/en-us/odcXMLRef/html/odcXMLRefLegalNotice.asp