Represents the row properties to override in the table style.

Usage


<trPr />

Element Information

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

Elements and Attributes

Parent Elements

Element Description
tblStylePr Represents the table-style conditional-override properties.

Child Elements

Element Type Description
cnfStyle cnfProperty A string representation of a binary bitmask representing the conditional formatting results for this table row (left to right): FirstRow, LastRow, FirstColumn, LastColumn, Band1Vertical, Band2Vertical, Band1Horizontal, Band2Horizontal, NE Cell, NW Cell, SE Cell, SW Cell.
divId decimalNumberProperty Defines what HTML DIV element this row belongs within.
gridBefore decimalNumberProperty Represents the number of grid units consumed before the first cell; assumed to be zero.
gridAfter decimalNumberProperty Represents the number of grid units consumed after the last cell; assumed to be zero.
wBefore tableWidthProperty Represents the preferred width before the table row.
wAfter tableWidthProperty Represents the preferred width after the table row.
cantSplit onOffProperty Specifies that a page cannot split this row.
trHeight heightProperty Represents the height of this row.
tblHeader onOffProperty Specifies that this row belongs to the collection of header rows that will repeat at the top of every page and will get any special header row formatting from the table style. If this row is not contiguously connected with the first row of the table (that is, if it isn't either the first row itself, or all of the rows between this row and the first row are marked as header rows), this property will be ignored.
tblCellSpacing tableWidthProperty Represents HTML Cellspacing for the table (the spacing between individual cells). this is allowed on a row because, in some obscure cases, we allow row-specific cell-spacing
jc jcProperty Represents the table alignment.
nnotation external ref See external namespace.

Attributes

None.

Definition

XML

<xsd:element name="trPr" type="trPrElt" minOccurs="0" maxOccurs="1" ">
        
      </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