<useNormalStyleForList>
(Do Not Automatically Apply List Paragraph Style To Bulleted/Numbered Text)
This element specifies whether applications shall automatically apply the paragraph style with the @styleId
attribute ListParagraph
when numbering is applied to a paragraph currently formatted using the default paragraph style.
Typically, when a paragraph is formatted using the default paragraph style, and numbering is subsequently applied, the paragraph style with the @styleId
attribute ListParagraph
when numbering is applied to ensure that paragraph properties are appropriate for a numbered paragraph. This element, when present with a @val
attribute value of true
(or equivalent), specifies that no alternate paragraph style shall ever be applied
If numbering is applied to the three center paragraphs, the default presentation would have the ListParagraph
style applied as well:
However, if this compatibility setting is turned on:
<w:compat> <w:useNormalStyleForList /> </w:compat>
Then the new paragraph style shall not be applied, resulting in the following output:
Parent Elements |
---|
|
Attributes |
Description |
---|---|
|
Specifies a binary value for the property defined by the parent XML element. A value of A value of example:
<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>