17.18.89 ST_TblStyleOverrideType
This simple type specifies possible values for the sections of the table to which the current conditional formatting properties shall be applied when this table style is used.
[Example: Consider a table style which contains conditional formatting, defined as follows:
<w:style w:type="table" …>
…
<w:tblStylePr w:type="lastRow">
…
</w:tblStylePr>
</w:style>
The type attribute value of lastRow specifies that this set of conditional formatting properties must be applied to the last row of the table only. end example]
This simple type’s contents are a restriction of the W3C XML Schema string datatype.
This simple type is restricted to the values
listed in the following table:
Enumeration Value
Description
Specifies that the table formatting applies to odd numbered groupings of rows.
Specifies that the table formatting applies to odd numbered groupings of columns.
Specifies that the table formatting applies to even numbered groupings of rows.
Enumeration Value
(First Row Conditional Formatting)
(Top left table cell formatting)
Description
Specifies that the table formatting applies to even numbered groupings of columns.
Specifies that the table formatting applies to the first column.
Specifies that the table formatting applies to the first row.
Any subsequent row which has the tblHeader element present (17.4.49) shall also use this conditional format.
Specifies that the table formatting applies to the last column.
Specifies that the table formatting applies to the last row.
Specifies that the table formatting applies to the top right cell.
Specifies that the table formatting applies to the top left cell.
Specifies that the table formatting applies to the bottom right cell.
Specifies that the table formatting applies to the bottom left cell.
Specifies that the conditional formatting applies to the whole table.
[Note: The W3C XML Schema definition of this simple type’s content model (ST_TblStyleOverrideType) is located in A.1. end note]