Skip to main content

TdxNumberingOptions.SimpleAllowed Property

Returns a value indicating whether simple numbering is available in a document.

Declaration

property SimpleAllowed: Boolean read;

Property Value

Type
Boolean

Remarks

If this property returns True, end-users can create simple numbering lists within a document opened in the Rich Edit control. If the SimpleAllowed property returns False, simple numbering lists are not available.

Note

The SimpleAllowed property supports the internal infrastructure and is not intended to be used directly from your code. In order to identify and/or change the state of the simple numbering lists functionality in the Rich Edit control, use the Simple property instead.

See Also