vcl-dxrichedit-dot-options-182816ef.md
The base class for all document importer settings.
TdxDocumentImporterOptions = class abstract(TdxRichEditNotificationOptions, IdxImporterOptions)
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.
TObject TPersistent TInterfacedPersistent TdxRichEditNotificationOptions TdxDocumentImporterOptions
See Also