Back to Devexpress

TdxOpenXmlDocumentExporterOptions Class

vcl-dxrichedit-dot-options-183dd872.md

latest2.1 KB
Original Source

TdxOpenXmlDocumentExporterOptions Class

Stores the settings used for exporting a rich text document to the OpenXML (i.e., DOCX) file format.

Declaration

delphi
TdxOpenXmlDocumentExporterOptions = class(
    TdxDocumentExporterOptions
)

Remarks

This class extends its ancestor with members that allow you to:

A TdxOpenXmlDocumentExporterOptions is referenced by the Rich Edit control‘s Options.Export.OpenXml property.

Inheritance

TObject TPersistent TInterfacedPersistent TdxRichEditNotificationOptions TdxDocumentExporterOptions TdxOpenXmlDocumentExporterOptions

See Also

TdxOpenXmlDocumentExporterOptions Members

dxRichEdit.Options Unit