tblStylePrElt complexType [Word 2003 XML Reference] --  Microsoft Office Word 2003 XML Software Development Kit

tblStylePrElt complexType [Word 2003 XML Reference]

Defines the table-style conditional-override properties.

Type Information

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

Elements and Attributes

Child Elements

Element Description
pPr Represents the paragraph properties to override in the table style.
rPr Represents the character properties to override in the table style.
tblPr Represents the table properties to override in the table style.
trPr Represents the row properties to override in the table style.
tcPr 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

<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>

©2004 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/odcXMLRefLegalNotice.asp