TdxRichEditControlOptionsBase Properties
The base class for all classes that implement Rich Edit component settings.Name | Description |
---|---|
Authentication | Provides access to credentials used to identify editable ranges within a protected document. |
AutoCorrect | Provides access to automatic typing correction settings. |
Behavior | Provides access to the Rich Edit control‘s behavior settings. |
Bookmarks | Provides access to the bookmark appearance settings in a document. |
Changed | Occurs when any of the settings with a particular Rich Edit control options set is modified. Inherited from TdxRichEditNotificationOptions. |
CopyPaste | Provides access to settings affecting certain clipboard operations. |
DocumentCapabilities | Provides access to the settings that determine the availability of many end-user commands provided by the Rich Edit control. |
DocumentSaveOptions | Provides access to the file name and format settings affecting the SaveDocument and SaveDocumentAs commands. |
Export | Provides access to settings used for saving the current Rich Edit control content into different document formats. |
Fields | Provides access to settings affecting document fields. |
FormattingMarkVisibility | Provides access to the settings that determine the visibility of individual formatting characters within a document. |
HorizontalRuler | Provides access to the horizontal ruler settings. |
Hyperlinks | Provides access to hyperlink behavior settings. |
Import | Provides access to settings used to import documents in various file formats. |
Layout | Provides access to the layout options of all supported document Views. |
MailMerge | Provides access to mail merge settings. |
Printing | Provides access to document print settings. |
RangePermissions | Provides access to document range permission settings. |
Search | Provides access to search-related settings. |
TableOptions | Provides access to table display settings. |
VerticalRuler | Provides access to vertical ruler settings. |
See Also