Back to Devexpress

TdxRichEditControlOptionsBase Class

vcl-dxrichedit-dot-view-dot-core-400dec07.md

latest6.0 KB
Original Source

TdxRichEditControlOptionsBase Class

The base class for TdxRichEditControl and TdxRichEditDocumentServer component settings.

Declaration

delphi
TdxRichEditControlOptionsBase = class abstract(TdxRichEditNotificationOptions)

Remarks

The TdxRichEditControlOptionsBase class and its descendants implement the main Options property set for TdxRichEditControl and TdxRichEditDocumentServer components. The Options property set aggregates all property sets dedicated to individual features (import, export, appearance, behavior, user experience, etc.).

Main API Members

The list below outlines key members of the TdxRichEditControlOptionsBase class. These members allow you to configure all settings available for TdxRichEditControl and TdxRichEditDocumentServer components.

Rich Edit Control-Specific Settings

This section lists all settings related to appearance and user experience of the TdxRichEditControl component. Only the TdxRichEditControlOptions class defines these settings as published.

Authentication | RangePermissionsAllow you to configure permissions for protected document ranges.BehaviorProvides access to general behavior and user experience-related settings.Bookmarks | Fields | HyperlinksProvide access to appearance and behavior settings for inserted bookmarks, placeholder fields, and hyperlinks.CopyPasteProvide access to clipboard-related settings.DocumentCapabilitiesSpecifies end-user permissions for individual commands in the TdxRichEditControl UI.FormattingMarkVisibility | TableOptionsAllow you to configure visibility and appearance for non-printable document elements.HorizontalRuler | VerticalRulerProvide access to horizontal and vertical ruler settings (affect only the Print Layout document View).LayoutAllow you to configure all available document Views.PrintingProvides access to print-related settings.

Common Settings

This section lists all settings common to TdxRichEditControl and TdxRichEditDocumentServer components.

DocumentSaveOptionsProvides access to general document export-related settings (default/target file names, document formats, etc.).Import | ExportAllow you to configure import and export settings for individual document formats.MailMergeProvides access to all settings related to template-based document generation.

General-Purpose API Members

AssignCopies general document export settings between DevExpress Rich Text components.BeginUpdate | EndUpdate | CancelUpdateAllow you to avoid excessive change notifications during batch export setting changes.ResetRestores all default property values.

Terminal TdxRichEditControlOptionsBase Class Descendants

Do not use the TdxRichEditControlOptionsBase class directly. Use the following descendants instead:

TdxRichEditControlOptionsStores the Rich Edit control settings.TdxRichEditDocumentServerOptionsStores document server settings.

Inheritance

TObject TPersistent TInterfacedPersistent TdxRichEditNotificationOptions TdxRichEditControlOptionsBase

See Also

TdxRichEditControlOptionsBase Members

dxRichEdit.View.Core Unit