Skip to main content

TdxOpenXmlDocumentExporterOptions Class

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

Declaration

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.

See Also