Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.

See Also