TdxDocumentImporterOptions Class
The base class for all document importer settings.
Declaration
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.