<hidden>
(Hide Style From User Interface)
If this element is omitted, then the style shall not be required to be hidden from the user interface.
<w:style … w:styleId="Style2"> <w:name w:val="InternalStyle"/> <w:hidden/> … </w:style>
The <hidden>
element specifies that this style definition shall be round-tripped with the file (since it is part of the document) but should not be displayed in any user interface associated with an application which processes 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>