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:
Include alternate style names into an exported document file (AllowAlternateStyleNames);
Ensure that images included to an exported document can be found by third-party applications (AlternateImageFolder);
Ensure compatibility of exported documents with Microsoft Word® (LimitBookmarkNameTo40Chars, LimitStyleNameTo253Chars, and LimitFontNameTo31Chars);
Identify this document exporter options type (Format).
A TdxOpenXmlDocumentExporterOptions is referenced by the Rich Edit control‘s Options.Export.OpenXml property.
Inheritance
TObject
TPersistent
TInterfacedPersistent
TdxRichEditNotificationOptions
TdxDocumentExporterOptions
TdxOpenXmlDocumentExporterOptions
See Also