Back to Devexpress

TdxDocumentExporterOptions Class

vcl-dxrichedit-dot-options-66d659d0.md

latest2.1 KB
Original Source

TdxDocumentExporterOptions Class

The base class for all classes that implement document exporter settings.

Declaration

delphi
TdxDocumentExporterOptions = class abstract(TdxRichEditNotificationOptions, IdxExporterOptions)

Remarks

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.

Inheritance

TObject TPersistent TInterfacedPersistent TdxRichEditNotificationOptions TdxDocumentExporterOptions

See Also

TdxDocumentImporterOptions

TdxDocumentExporterOptions Members

dxRichEdit.Options Unit