<legacy>
(Legacy Numbering Level Properties)
This element specifies that a given numbering level is from an earlier word processing application which did not support the full richness of the numbering properties supported by WordprocessingML.
@legacy
attribute is set. <w:lvl w:ilvl="0"> ... <w:legacy w:legacySpace="820" w:legacyIndent="960" /> <w:lvlJc w:val="left" /> <w:pPr> <w:ind w:left="360" w:hanging="360" /> </w:pPr> </w:lvl>
This level has the legacy element present, therefore the legacy numbering level properties shall be used to format all paragraphs which reference this level. ]
Attributes |
Description |
---|---|
|
Specifies whether the legacy numbering properties present for this numbering level shall be used to format the numbering for any paragraph which references it. A value of A value of <w:legacy w:legacy="off" w:legacySpace="820" w:legacyIndent="960" /> This set of legacy properties are explicitly not used when processing the numbering level via the fact that the The possible values for this attribute are defined by the ST_OnOff simple type (§2.18.67). |
|
Specifies the indentation which shall be applied to a legacy numbering symbol from the text margin of the document. This value is specified in twentieths of a point. If this attribute is not present, then no indentation shall be applied with respect to the margin. <w:legacy w:legacySpace="820" w:legacyIndent="960" /> This set of legacy properties specify that there shall be exactly The possible values for this attribute are defined by the ST_SignedTwipsMeasure simple type (§2.18.88). |
|
Specifies the indentation which shall be applied between a legacy numbering symbol and the accompanying text of the associated paragraph in the document. This value is specified in twentieths of a point. If this attribute is not present, then no indentation shall be applied with respect to the paragraph text. <w:legacy w:legacySpace="820" w:legacyIndent="960" /> This set of legacy properties specify that there shall be exactly The possible values for this attribute are defined by the ST_TwipsMeasure simple type (§2.18.105). |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_LvlLegacy">
<attribute name="legacy" type="ST_OnOff" use="optional"/>
<attribute name="legacySpace" type="ST_TwipsMeasure" use="optional"/>
<attribute name="legacyIndent" type="ST_SignedTwipsMeasure" use="optional"/>
</complexType>