tblStylePr element [Word 2003 XML Reference] --  Microsoft Office Word 2003 XML Software Development Kit

tblStylePr element [Word 2003 XML Reference]

Represents the table-style conditional-override properties.

Usage

<tblStylePr
    type="tStyleOverrideTypeValue"
/>

Element Information

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

Elements and Attributes

Parent Elements

Element Description
style Represents the style definition.

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:element name="tblStylePr" type="tblStylePrElt" minOccurs="0" maxOccurs="unbounded" >
</xsd:element>

©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