Skip to main content

TdxNumberingOptions.Simple Property

Specifies if an end-user can create simple lists within a document.

Declaration

property Simple: TdxDocumentCapability read; write; default TdxDocumentCapability.Default;

Property Value

Type Default
TdxDocumentCapability Default

Remarks

Use this property to allow or forbid inserting simple numbering lists into a document opened in the Rich Edit control. The Simple property value affects the availability of the ShowNumberingForm and ToggleSimpleNumberingList commands as well as the appearance and functionality of the user interface elements associated with it.

Refer to the TdxDocumentCapability type description for information on possible values of the Simple property.

The default value of the Simple property is TdxDocumentCapability.Default.

See Also