TdxSimpleDocumentCapabilitiesOptions Members
Properties
| Name | Description |
|---|---|
| Changed | Occurs when any of the settings with a particular Rich Edit control options set is modified. Inherited from TdxRichEditNotificationOptions. |
| CharacterFormatting | |
| Hyperlinks | |
| InlinePictures | |
| ParagraphFormatting | |
| Paragraphs | Specifies the state of UI elements linked to the paragraph insertion command. Inherited from TdxCustomDocumentCapabilitiesOptions. |
| 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 |
Indicates if end notes can be created in a document. Warning This function always returns |
| 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 |
Warning This function always returns |
| 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