<linkStyles>
(Automatically Update Styles From Document Template)
This element specifies that styles in the given document shall be updated to match the styles in the attached template specified using the <attachedTemplate>
element (§2.15.1.6) when the document is opened by a hosting application. This setting enables the styles contained in documents with attached templates to stay synchronized with the styles used in the attached template.
If this element is omitted, then styles shall not be updated based on the document template regardless of its availability. If the attached template cannot be located or is not a valid file, then this setting should be silently ignored.
<w:settings> <w:linkStyles w:val="true" /> <w:attachedTemplate r:id="rId10" /> … </w:settings>
The <linkStyles>
element has a @val
attribute value of true
, specifying that applications should attempt to locate the document template referenced by the relationship specified in the <attachedTemplate>
element and update the document's styles with the styles from that template. ]
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>