<isLgl>
(Display All Levels Using Arabic Numerals)
decimal
number format, regardless of the actual number format of that level in the list. If this element is present, then all numbering levels present in the <lvlTxt>
element (§2.9.12) shall be converted to their decimal equivalents when they are displayed in this level in the numbering format. If this element is omitted, then each level is displayed using the <numFmt>
(§2.9.18) of that level.
A A.a A.b 1.2.1 1.2.2 B B.a 2.1.1
As shown above, each number in the third level in the list has been converted to its decimal equivalent. The WordprocessingML necessary to turn on the legal numbering rule for the third numbering level is given below:
<w:lvl w:ilvl="2"> ... <w:isLgl /> ... </w:lvl>
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>