TdxNumberingOptions.MultiLevel Property
Specifies if an end-user can create multi-level lists within a document.
Declaration
property MultiLevel: TdxDocumentCapability read; write; default TdxDocumentCapability.Default;
Property Value
Type | Default |
---|---|
TdxDocumentCapability | Default |
Remarks
Use this property to allow or forbid inserting multi-level numbering lists into a document opened in the Rich Edit control. The MultiLevel property value affects the availability of the ShowNumberingForm and ToggleMultiLevelList commands as well as the appearance and functionality of the user interface elements associated with them.
Refer to the TdxDocumentCapability type description for information on possible values of the MultiLevel property.
The default value of the MultiLevel property is TdxDocumentCapability.Default.
See Also