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 wordnet

Elements and Attributes

Parent Elements

Element Description
style Represents the style definition.

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

©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