vcl-dxrichedit-dot-options-66d659d0.md
The base class for all classes that implement document exporter settings.
TdxDocumentExporterOptions = class abstract(TdxRichEditNotificationOptions, IdxExporterOptions)
This class implements the base functionality required by the TdxDocDocumentExporterOptions, TdxHtmlDocumentExporterOptions, TdxRtfDocumentExporterOptions, TdxPlainTextDocumentExporterOptions, and TdxOpenXmlDocumentExporterOptions classes.
The TdxDocumentExporterOptions class extends its ancestor with properties that allow you to:
Identify the document format corresponding to a particular document export options set (Format);
Identify the exported document’s encoding (ActualEncoding);
Obtain document export settings from another TdxDocumentExporterOptions descendant instance (CopyFrom).
You do not need to create instances of the TdxDocumentExporterOptions class. Use its descendants instead.
TObject TPersistent TInterfacedPersistent TdxRichEditNotificationOptions TdxDocumentExporterOptions
See Also