<cnfStyle>
(Table Row Conditional Formatting)
If this element is omitted, then its value shall be assumed to be zero for all entries in the bit mask.
<w:tr> <w:trPr> <w:cnfStyle w:val="100000000000" /> … </w:trPr> … </w:tr>
This table row specifies that it has the conditional properties from the table style for the first row of the parent table by setting the appropriate bits in the @val
attribute. ]
Attributes |
Description |
---|---|
|
Specifies the set of conditional formatting properties that have been applied to this object. These properties are expressed using a string serialization of a binary bitmask for each of the following properties (reading from the first character position right):
For each of these properties, a value of <w:p> <w:pPr> <w:cnfStyle w:val="101000000100" /> ... </w:pPr> ... </w:p> This paragraph specifies that it has the conditional properties from the table style for the first column, first row, and the NW corner of the parent table by setting the appropriate bits in the The possible values for this attribute are defined by the ST_Cnf simple type (§2.18.11). |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_Cnf">
<attribute name="val" type="ST_Cnf" use="required"/>
</complexType>