Skip to main content

TdxCustomDocumentCapabilitiesOptions.Paragraphs Property

Specifies the state of UI elements linked to the paragraph insertion command.

Declaration

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

Property Value

Type Default
TdxDocumentCapability Default

Remarks

The Paragraphs property value affects end-user availability of the InsertParagraph command.

For information on available command states, refer to the TdxDocumentCapability type description.

Use this property to allow or forbid inserting paragraph breaks into a document opened in the Rich Edit control. The Paragraphs property value affects the availability of the ShowParagraphForm command as well as the appearance and functionality of the user interface elements associated with it.

For detailed information on document feature availability modes, refer to the TdxDocumentCapability type description.

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

See Also