Definition Type: ComplexType
Name: trPrElt
Namespace: http://schemas.microsoft.com/office/word/2003/wordml
Containing Schema: wordnet.xsd
Abstract
Documentation:
Defines the table row properties.
Collapse XSD Schema Diagram:
Drilldown into annotation in schema aml_xsd Drilldown into jc in schema wordnet_xsd Drilldown into tblCellSpacing in schema wordnet_xsd Drilldown into tblHeader in schema wordnet_xsd Drilldown into trHeight in schema wordnet_xsd Drilldown into cantSplit in schema wordnet_xsd Drilldown into wAfter in schema wordnet_xsd Drilldown into wBefore in schema wordnet_xsd Drilldown into gridAfter in schema wordnet_xsd Drilldown into gridBefore in schema wordnet_xsd Drilldown into divId in schema wordnet_xsd Drilldown into cnfStyle in schema wordnet_xsdXSD Diagram of trPrElt in schema wordnet_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:complexType name="trPrElt">
    <xsd:annotation>
        <xsd:documentation>Defines the table row properties.</xsd:documentation>
    </xsd:annotation>
    <xsd:choice maxOccurs="unbounded">
        <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 row (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="divId" type="decimalNumberProperty" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Defines what HTML DIV element this row belongs within.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="gridBefore" type="decimalNumberProperty" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Represents the number of grid units consumed before the first cell; assumed to be zero.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="gridAfter" type="decimalNumberProperty" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Represents the number of grid units consumed after the last cell; assumed to be zero.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="wBefore" type="tableWidthProperty" minOccurs="0" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>Represents the preferred width before the table row.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="wAfter" type="tableWidthProperty" minOccurs="0" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>Represents the preferred width after the table row.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="cantSplit" type="onOffProperty" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Specifies that a page cannot split this row.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="trHeight" type="heightProperty" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Represents the height of this row.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="tblHeader" type="onOffProperty" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Specifies that this row belongs to the collection of header rows that will repeat at the top of every page and will get any special header row formatting from the table style. If this row is not contiguously connected with the first row of the table (that is, if it isn't either the first row itself, or all of the rows between this row and the first row are marked as header rows), this property will be ignored.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="tblCellSpacing" type="tableWidthProperty" minOccurs="0" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>Represents HTML Cellspacing for the table (the spacing between individual cells).  this is allowed on a row because, in some obscure cases, we allow row-specific cell-spacing</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="jc" type="jcProperty" minOccurs="0" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>Represents the table alignment.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element ref="aml:annotation" minOccurs="0" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>Row property revision marking.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:choice>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
cnfStyle W:cnfStyle 0 1
divId W:divId 0 (1)
gridBefore W:gridBefore 0 (1)
gridAfter W:gridAfter 0 (1)
wBefore W:wBefore 0 1
wAfter W:wAfter 0 1
cantSplit W:cantSplit 0 (1)
trHeight W:trHeight 0 (1)
tblHeader W:tblHeader 0 (1)
tblCellSpacing W:tblCellSpacing 0 1
jc W:jc 0 1
annotation aml:annotation 0 1
Collapse Derivation Tree:
Collapse References:
W:trPr, W:trPr, W:trPr