<styleLockQFSet>
(Prevent Replacement of Styles Part)
This element specifies whether applications shall prevent the replacement of the complete set of styles stored in the Styles part when editing this document. This setting should not preclude the editing or removal of individual styles, instead, it should only prevent the removal and replacement of the entire styles part in a single operation (either through a user interface or a programmatic operation).
If this element is omitted, then applications may allow the replacement of the entire styles part in this document.
<w:styleLockQFSet w:val="true"/>
The <styleLockQFSet>
element's @val
attribute has a value of true
specifying that individual style changes should be allowed, but the styles data shall not be replaced as a whole via a single operation. ]
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>