TdxDocDocumentExporterOptions Class
Stores the settings used for exporting a rich text document to the DOC (that is, Microsoft Word® binary document) file format.
Declaration
TdxDocDocumentExporterOptions = class(
TdxDocumentExporterOptions
)
Remarks
This class extends its ancestor with members that allow you to:
Identify this document exporter options type (Format);
Customize the document exporter compatibility settings (Compatibility);
Copy the document exporter settings from the specified value (CopyFrom).
The Rich Edit control‘s Options.Export.Doc property references a TdxDocDocumentExporterOptions object.
Inheritance
TObject
TPersistent
TInterfacedPersistent
TdxRichEditNotificationOptions
TdxDocumentExporterOptions
TdxDocDocumentExporterOptions
See Also