<qFormat>
(Primary Style)
If this element is omitted, then the style shall not be considered a primary style for this document.
<w:style … w:styleId="PStyle"> <w:name w:val="PrimaryStyleExample"/> <w:qFormat/> … </w:style>
The <qFormat>
element specifies that this style definition shall be treated as a primary style for this document. ]
Parent Elements |
---|
|
Attributes |
Description |
---|---|
|
Specifies a binary value for the property defined by the parent XML element. A value of A value of <w:… w:val="off"/> The The possible values for this attribute are defined by the ST_OnOff simple type (§2.18.67). |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_OnOff">
<attribute name="val" type="ST_OnOff"/>
</complexType>