<autoFormatOverride>
(Allow Automatic Formatting to Override Formatting Protection Settings)
@formatting
attribute on the <documentProtection>
element (§2.15.1.9) when those formatting operations would add formatting which has been explicitly disabled. st
in the string 1st
. If this element is omitted, then no automatic formatting rule(s) shall be allowed to override the formatting restrictions enabled for the document.
If the <autoFormatOverride>
element is omitted or set to false
and document protection is enabled, the aforementioned series of events will not cause the English alphabetical characters to be italicized as the document protection preventing formatting of the document in question will supersede the formatting to take place after these events. If this operation should not be prevented when active formatting restrictions are used, this would be specified using the following WordprocessingML:
<w:autoFormatOverride w:val="true"/>
The <autoFormatOverride>
element's @val
attribute is equal to on
specifying that the automatic formatting behavior shall be applied regardless of the formatting restrictions in place. ]
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>