Back to Devexpress

TdxDocDocumentExporterOptions Class

vcl-dxrichedit-dot-options-0938ae5b.md

latest1.7 KB
Original Source

TdxDocDocumentExporterOptions Class

Stores the settings used for exporting a rich text document to the DOC (that is, Microsoft Word® binary document) file format.

Declaration

delphi
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

TdxDocDocumentExporterOptions Members

dxRichEdit.Options Unit