Back to Devexpress

TdxDocumentImporterOptions Class

vcl-dxrichedit-dot-options-182816ef.md

latest2.0 KB
Original Source

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.

Inheritance

TObject TPersistent TInterfacedPersistent TdxRichEditNotificationOptions TdxDocumentImporterOptions

See Also

TdxDocumentImporterOptions Members

dxRichEdit.Options Unit