TdxDocumentCapabilitiesOptions Members
Stores the settings that determine the availability of specific document features.Properties
| 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 | Specifies if the endnotes feature is available to an end-user. |
| 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 | Specifies if the footnotes feature is available to an end-user. |
| 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. |
Methods
| Name | Description |
|---|---|
| Assign(TPersistent) | Inherited from TPersistent. |
| AssignTo(TPersistent) | Inherited from TPersistent. |
| BeginUpdate | Postpones sending notifications about modifications within the option set. Inherited from TdxRichEditNotificationOptions. |
| BookmarksAllowed | Returns a value indicating whether the use of bookmarks is allowed in the current document. Inherited from TdxCustomDocumentCapabilitiesOptions. |
| CancelUpdate | Discards the postponed option set change notifications and enables sending subsequent notifications to the option set’s listeners. Inherited from TdxRichEditNotificationOptions. |
| CharacterFormattingAllowed | Returns a value indicating whether the font customization feature is available in the current document. Inherited from TdxCustomDocumentCapabilitiesOptions. |
| CharacterStyleAllowed | Returns a value indicating whether styles can be applied to a character. Inherited from TdxCustomDocumentCapabilitiesOptions. |
| EndNotesAllowed | Returns a value indicating whether the end notes can be created in the active document. Inherited from TdxCustomDocumentCapabilitiesOptions. |
| EndUpdate | Sends the postponed option set change notifications and enables sending subsequent notifications to the option set’s listeners. Inherited from TdxRichEditNotificationOptions. |
| Equals(TObject) | Inherited from TObject. |
| FieldsAllowed | Returns a value indicating whether the fields can be created in the active document. Inherited from TdxCustomDocumentCapabilitiesOptions. |
| FloatingObjectsAllowed | Returns a value indicating whether the floating objects can be embedded into the active document. Inherited from TdxCustomDocumentCapabilitiesOptions. |
| FootNotesAllowed | Returns a value indicating whether footnotes can be created in the active document. Inherited from TdxCustomDocumentCapabilitiesOptions. |
| GetHashCode | Inherited from TObject. |
| GetNamePath | Inherited from TPersistent. |
| GetOwner | Inherited from TPersistent. |
| HeadersFootersAllowed | Returns a value indicating whether the headers and footers can be created in the active document. Inherited from TdxCustomDocumentCapabilitiesOptions. |
| HyperlinksAllowed | Returns a value indicating whether a hyperlink can be inserted into the active document. Inherited from TdxCustomDocumentCapabilitiesOptions. |
| InlinePicturesAllowed | Returns a value indicating whether it is possible to work with inline pictures in the active document. Inherited from TdxCustomDocumentCapabilitiesOptions. |
| ParagraphFormattingAllowed | Returns a value indicating whether it is possible to perform paragraph formatting in the active document. Inherited from TdxCustomDocumentCapabilitiesOptions. |
| ParagraphFramesAllowed | Returns a value indicating whether it is possible to encase paragraphs into frames in the active rich text document. Inherited from TdxCustomDocumentCapabilitiesOptions. |
| ParagraphsAllowed | Returns a value indicating whether it is possible to work with paragraph breaks in the active document. Inherited from TdxCustomDocumentCapabilitiesOptions. |
| ParagraphStyleAllowed | Returns a value indicating whether it is possible to apply styles to a paragraph within the active document. Inherited from TdxCustomDocumentCapabilitiesOptions. |
| ParagraphTabsAllowed | Returns a value indicating whether it is possible to set and customize the tab stops. Inherited from TdxCustomDocumentCapabilitiesOptions. |
| QueryInterface(TGUID,Untyped) | Inherited from TInterfacedPersistent. |
| Reset | Restores the default values for all settings within the option set. Inherited from TdxRichEditNotificationOptions. |
| SectionsAllowed | Returns a value indicating whether it is possible to divide the document content into several columns (sections). Inherited from TdxCustomDocumentCapabilitiesOptions. |
| TableCellStyleAllowed | Returns a value indicating whether styles can be applied to individual cells within a table. Inherited from TdxCustomDocumentCapabilitiesOptions. |
| TablesAllowed | Returns a value indicating whether tables can be inserted into the current document. Inherited from TdxCustomDocumentCapabilitiesOptions. |
| TableStyleAllowed | Returns a value indicating whether styles can be applied to a table in the current document. Inherited from TdxCustomDocumentCapabilitiesOptions. |
| TabSymbolAllowed | Returns a value indicating whether the tab symbols can be inserted in the current document. Inherited from TdxCustomDocumentCapabilitiesOptions. |
| ToString | Inherited from TObject. |
| UndoAllowed | Identifies if users can undo an action in the parent TdxRichEditControl component. Inherited from TdxCustomDocumentCapabilitiesOptions. |
See Also