Definition Type: ComplexType
Name: tcPrElt
Namespace: http://schemas.microsoft.com/office/word/2003/wordml
Containing Schema: wordnet.xsd
Abstract
Documentation:
Defines the table cell properties.
Collapse XSD Schema Diagram:
Drilldown into annotation in schema aml_xsd Drilldown into vAlign in schema wordnet_xsd Drilldown into tcFitText in schema wordnet_xsd Drilldown into textFlow in schema wordnet_xsd Drilldown into tcMar in schema wordnet_xsd Drilldown into noWrap in schema wordnet_xsd Drilldown into shd in schema wordnet_xsd Drilldown into tcBorders in schema wordnet_xsd Drilldown into vmerge in schema wordnet_xsd Drilldown into hmerge in schema wordnet_xsd Drilldown into gridSpan in schema wordnet_xsd Drilldown into tcW in schema wordnet_xsd Drilldown into cnfStyle in schema wordnet_xsdXSD Diagram of tcPrElt in schema wordnet_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:complexType name="tcPrElt">
    <xsd:annotation>
        <xsd:documentation>Defines the table cell properties.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="cnfStyle" type="cnfProperty" minOccurs="0" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>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.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="tcW" type="tableWidthProperty" minOccurs="0" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>Represents the preferred width for this cell.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="gridSpan" type="decimalNumberProperty" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Represents the number of grid units this cell consumes -- assumed to be 1.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="hmerge" type="hMergeProperty" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Specifies whether this cell is part of (or the beginning of) a horizontally merged region.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="vmerge" type="vMergeProperty" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Specifies whether this cell is part of (or the beginning of) a vertically merged region.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="tcBorders" type="tcBordersElt" minOccurs="0" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>Defines the borders for this cell -- these definitions override the definitions given by the table borders.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="shd" type="shdProperty" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Represents the underlying shading for this cell.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="noWrap" type="onOffProperty" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>If present, specifies that the contents of this cell should never wrap.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="tcMar" type="tcMarElt" minOccurs="0" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>Defines the margins for this cell (maps to CSS padding property). Overrides any definitions given in the table properties.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="textFlow" type="textDirectionProperty" minOccurs="0" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>Defines the text flow for this cell.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="tcFitText" type="onOffProperty" minOccurs="0" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>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.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="vAlign" type="verticalJustificationType" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Specifies where you want the text in the cells to be aligned, whether it is at the top, center, or bottom.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element ref="aml:annotation" minOccurs="0" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>Cell property revision marking.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
cnfStyle W:cnfStyle 0 1
tcW W:tcW 0 1
gridSpan W:gridSpan 0 (1)
hmerge W:hmerge 0 (1)
vmerge W:vmerge 0 (1)
tcBorders W:tcBorders 0 1
shd W:shd 0 (1)
noWrap W:noWrap 0 (1)
tcMar W:tcMar 0 1
textFlow W:textFlow 0 1
tcFitText W:tcFitText 0 1
vAlign W:vAlign 0 (1)
annotation aml:annotation 0 1
Collapse Derivation Tree:
Collapse References:
W:tcPr, W:tcPr, W:tcPr