Skip to main content

TdxDocumentCapabilitiesOptions Class

Stores document-related feature availability settings.

Declaration

TdxDocumentCapabilitiesOptions = class(
    TdxSimpleDocumentCapabilitiesOptions
)

Remarks

Main API Members

The list below outlines key members of the TdxDocumentCapabilitiesOptions class. You can use these members to enable or disable individual document-related features.

Bookmarks
Specifies if bookmarks are available.
CharacterFormatting | CharacterStyle
Specify if character styles and formatting are available.
FloatingObjects | InlinePictures
Specify if users can insert images and text boxes into a document.
Hyperlinks
Specifies if hyperlinks are enabled.
Numbering
Specifies if users can create and edit numbered and bulleted lists.
ParagraphFormatting | Paragraphs | ParagraphStyle | ParagraphTabs | Sections
Specify whether users can customize the document layout.
Tables | TableStyle | TableCellStyle
Specify if tables and table-related functionality is enabled.
TabSymbol
Specifies if tab (Tab) characters are enabled.
Undo
Specifies if action history is enabled (that is, if Undo/Redo commands are available).

Direct TdxDocumentCapabilitiesOptions Class Reference

The TdxRichEditControlOptionsBase.DocumentCapabilities property references a TdxDocumentCapabilitiesOptions object.

See Also