Defines the table-style conditional-override properties.

Type Information

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

Elements and Attributes

Child Elements

Element Type Description
pPr pPrElt Represents the paragraph properties to override in the table style.
rPr rPrElt Represents the character properties to override in the table style.
tblPr tblPrElt Represents the table properties to override in the table style.
trPr trPrElt Represents the row properties to override in the table style.
tcPr tcPrElt Represents the cell properties to override in the table style.

Attributes

Attribute Type Required Description Possible Values
type tStyleOverrideTypeValue required Gets or sets which part of the table these properties apply to.
  • wholeTable
  • firstRow
  • lastRow
  • firstCol
  • lastCol
  • band1Vert
  • band2Vert
  • band1Horz
  • band2Horz
  • neCell
  • nwCell
  • seCell
  • swCell

Definition

XML

<xsd:complexType name="tblStylePrElt" ">
    
    <xsd:sequence>
      <xsd:element name="pPr" type="pPrElt" minOccurs="0">
        
      </xsd:element>
      <xsd:element name="rPr" type="rPrElt" minOccurs="0">
        
      </xsd:element>
      <xsd:element name="tblPr" type="tblPrElt" minOccurs="0">
        
      </xsd:element>
      <xsd:element name="trPr" type="trPrElt" minOccurs="0" maxOccurs="1">
        
      </xsd:element>
      <xsd:element name="tcPr" type="tcPrElt" minOccurs="0" maxOccurs="1">
        
      </xsd:element>
    </xsd:sequence>
    <xsd:attribute name="type" type="tStyleOverrideTypeValue" use="required">
      
    </xsd:attribute>
  </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