Defines the table cell properties.

Type Information

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

Elements and Attributes

Child Elements

Element Type Description
cnfStyle cnfProperty A string representation of a binary bitmask representing the conditional formatting results for this table cell (left to right): FirstRow, LastRow, FirstColumn, LastColumn, Band1Vertical, Band2Vertical, Band1Horizontal, Band2Horizontal, NE Cell, NW Cell, SE Cell, SW Cell.
tcW tableWidthProperty Represents the preferred width for this cell.
gridSpan decimalNumberProperty Represents the number of grid units this cell consumes -- assumed to be 1.
hmerge hMergeProperty Specifies whether this cell is part of (or the beginning of) a horizontally merged region.
vmerge vMergeProperty Specifies whether this cell is part of (or the beginning of) a vertically merged region.
tcBorders tcBordersElt Defines the borders for this cell -- these definitions override the definitions given by the table borders.
shd shdProperty Represents the underlying shading for this cell.
noWrap onOffProperty If present, specifies that the contents of this cell should never wrap.
tcMar tcMarElt Defines the margins for this cell (maps to CSS padding property). Overrides any definitions given in the table properties.
textFlow textDirectionProperty Defines the text flow for this cell.
tcFitText onOffProperty Visually reduces the size of font characters so that all text within the cell fits within the column width. The more text, the smaller the font appears on the screen. The actual font size does not change.
vAlign verticalJustificationType Specifies where you want the text in the cells to be aligned, whether it is at the top, center, or bottom.
nnotation external ref See external namespace.

Attributes

None.

Definition

XML

<xsd:complexType name="tcPrElt" ">
    
    <xsd:sequence>
      <xsd:element name="cnfStyle" type="cnfProperty" minOccurs="0" maxOccurs="1">
        
      </xsd:element>
      <xsd:element name="tcW" type="tableWidthProperty" minOccurs="0" maxOccurs="1">
        
      </xsd:element>
      <xsd:element name="gridSpan" type="decimalNumberProperty" minOccurs="0">
        
      </xsd:element>
      <xsd:element name="hmerge" type="hMergeProperty" minOccurs="0">
        
      </xsd:element>
      <xsd:element name="vmerge" type="vMergeProperty" minOccurs="0">
        
      </xsd:element>
      <xsd:element name="tcBorders" type="tcBordersElt" minOccurs="0" maxOccurs="1">
        
      </xsd:element>
      <xsd:element name="shd" type="shdProperty" minOccurs="0">
        
      </xsd:element>
      <xsd:element name="noWrap" type="onOffProperty" minOccurs="0">
        
      </xsd:element>
      <xsd:element name="tcMar" type="tcMarElt" minOccurs="0" maxOccurs="1">
        
      </xsd:element>
      <xsd:element name="textFlow" type="textDirectionProperty" minOccurs="0" maxOccurs="1">
        
      </xsd:element>
      <xsd:element name="tcFitText" type="onOffProperty" minOccurs="0" maxOccurs="1">
        
      </xsd:element>
      <xsd:element name="vAlign" type="verticalJustificationType" minOccurs="0">
        
      </xsd:element>
      <xsd:element ref="aml:annotation" minOccurs="0" maxOccurs="1">
        
      </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