<locked>
(Style Cannot Be Applied)
This element specifies whether an application shall prevent the use of this style when this document is loaded and/or modified. If this element is set, then this style may be used to format existing content (i.e. any content which references this style shall have its properties as normal), but new instances of the style shall be prevented from being applied via all mechanisms associated with that application.
If this element is omitted, then the use of the style shall not be prevented by an application processing this document.
<w:style … w:styleId="TestStyle"> <w:name w:val="Test Style"/> <w:locked/> … </w:style>
The presence of the <locked>
element specifies that this style definition shall new instances of the style shall be prevented from being applied via all mechanisms associated with that application. ]
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>