Defines the table grid cell borders.

Type Information

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

Elements and Attributes

Child Elements

Element Type Description
top borderProperty Defines the top border of the cell.
left borderProperty Defines the left border of the cell.
bottom borderProperty Defines the bottom border of the cell.
right borderProperty Defines the right border of the cell.
insideH borderProperty Represents the horizontal border between two cells. Only used in table-style conditional formatting.
insideV borderProperty Represents the vertical border between two cells. Only used in table-style conditional formatting.
tl2br borderProperty Defines the top-left to bottom-right diagonal border of the cell.
tr2bl borderProperty Defines the top-left to bottom-right diagonal border of the cell.

Attributes

None.

Definition

XML

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

©2006 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/odcXMLRefLegalNotice12.asp