TdxDocumentCapabilitiesOptions Methods
Stores the settings that determine the availability of specific document features.| 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