Definition Type: ComplexType
Name: tblStylePrElt
Namespace: http://schemas.microsoft.com/office/word/2003/wordml
Containing Schema: wordnet.xsd
Abstract
Documentation:
Defines the table-style conditional-override properties.
Collapse XSD Schema Diagram:
Drilldown into tcPr in schema wordnet_xsd Drilldown into trPr in schema wordnet_xsd Drilldown into tblPr in schema wordnet_xsd Drilldown into rPr in schema wordnet_xsd Drilldown into pPr in schema wordnet_xsd Drilldown into type in schema wordnet_xsdXSD Diagram of tblStylePrElt in schema wordnet_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:complexType name="tblStylePrElt">
    <xsd:annotation>
        <xsd:documentation>Defines the table-style conditional-override properties.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="pPr" type="pPrElt" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Represents the paragraph properties to override in the table style.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="rPr" type="rPrElt" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Represents the character properties to override in the table style.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="tblPr" type="tblPrElt" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Represents the table properties to override in the table style.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="trPr" type="trPrElt" minOccurs="0" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>Represents the row properties to override in the table style.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="tcPr" type="tcPrElt" minOccurs="0" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>Represents the cell properties to override in the table style.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
    <xsd:attribute name="type" type="tStyleOverrideTypeValue" use="required">
        <xsd:annotation>
            <xsd:documentation>Gets or sets which part of the table these properties apply to.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
pPr W:pPr 0 (1)
rPr W:rPr 0 (1)
tblPr W:tblPr 0 (1)
trPr W:trPr 0 1
tcPr W:tcPr 0 1
Collapse Child Attributes:
Name Type Default Value Use
type W:type Required
Collapse Derivation Tree:
Collapse References:
W:tblStylePr