<cnfStyle>
(Paragraph Conditional Formatting)
If this property is specified on a paragraph which is not contained within a table cell, then its contents shall be ignored when reading the contents of the document.
<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 @val
attribute. ]
Parent Elements |
---|
|
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>