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

TdxDocumentImporterOptions Class

The base class for all document importer settings.

#Declaration

Delphi
TdxDocumentImporterOptions = class abstract(TdxRichEditNotificationOptions, IdxImporterOptions)

#Remarks

This class is the ancestor of the TdxRtfDocumentImporterOptions, TdxPlainTextDocumentImporterOptions, TdxOpenXmlDocumentImporterOptions, TdxXmlBasedDocumentImporterOptions classes.

The TdxDocumentImporterOptions class extends its ancestor with properties that allow you to:

  • Identify the format of an imported document (Format);

  • Specify which document fields are updated automatically when a document is imported (UpdateField);

  • Determine how the Rich Edit control should treat line breaks in an imported document (LineBreakSubstitute);

  • Specify the base URI for external resources used by an imported document (SourceUri).

You do not need to create instances of the TdxDocumentImporterOptions class, use its descendants instead.

See Also