TdxNumberingOptions.MultiLevelAllowed Property
In This Article
Returns a value indicating whether multi-level numbering is allowed in a document.
#Declaration
Delphi
property MultiLevelAllowed: Boolean read;
#Property Value
Type |
---|
Boolean |
#Remarks
If this property returns True, end-users can create multi-level bulleted and/or numbering lists within a document opened in the Rich Edit control. If the MultiLevelAllowed property returns False, multi-level lists are not available.
Note
The Multi
See Also