Skip to main content

TdxDocumentExporterOptions Class

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

Declaration

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.

See Also