Skip to main content

TdxDocumentCapabilitiesOptions Properties

Stores document-related feature availability settings.
Name Description
Bookmarks Switches the availability of bookmarks to an end-user.
Changed Occurs when any of the settings with a particular Rich Edit control options set is modified. Inherited from TdxRichEditNotificationOptions.
CharacterFormatting Inherited from TdxSimpleDocumentCapabilitiesOptions.
CharacterStyle Specifies if the character style feature is available to an end-user.
EndNotes

Warning

This property has no effect on TdxRichEditControl and TdxRichEditDocumentServer components because they do not support end notes in v25.2.

Fields Specifies if the rich text document fields functionality is available to an end-user.
FloatingObjects Specifies the state of UI elements linked to the floating object creation commands.
FootNotes

Warning

This property has no effect on TdxRichEditControl and TdxRichEditDocumentServer components because they do not support footnotes in v25.2.

HeadersFooters Specifies the state of UI elements linked to the header and footer editing commands.
Hyperlinks Inherited from TdxSimpleDocumentCapabilitiesOptions.
InlinePictures Inherited from TdxSimpleDocumentCapabilitiesOptions.
Numbering Switches the availability to end-users of numbered and bulleted lists.
ParagraphFormatting Inherited from TdxSimpleDocumentCapabilitiesOptions.
ParagraphFrames
Paragraphs Specifies the state of UI elements linked to the paragraph insertion command. Inherited from TdxCustomDocumentCapabilitiesOptions.
ParagraphStyle Specifies if a style can be applied to a paragraph.
ParagraphTabs Specifies if an end-user can add tab stops to the horizontal ruler.
Sections Specifies if an end-user can divide the document content into several sections.
TableCellStyle Specifies if an end-user can apply styles to individual cells within a table.
Tables Specifies if an end-user can insert tables into a document.
TableStyle Specifies if an end-user can apply styles to a table.
TabSymbol Specifies if an end-user can insert tab characters into a text.
Undo Specifies if the Rich Edit control provides an end-user the capability to undo and redo their last actions within a document. Inherited from TdxCustomDocumentCapabilitiesOptions.
See Also