Skip to main content

TdxOpenXmlDocumentExporterOptions Properties

Stores the settings used for exporting a rich text document to the OpenXML (i.e., DOCX) file format.
Name Description
ActualEncoding Specifies the encoding that the document export routines use. Inherited from TdxDocumentExporterOptions.
AllowAlternateStyleNames Specifies if alternate names (i.e., aliases) for built-in styles are allowed in an exported document file.
AlternateImageFolder Specifies the file system directory used for saving document images.
Changed Occurs when any of the settings with a particular Rich Edit control options set is modified. Inherited from TdxRichEditNotificationOptions.
LimitBookmarkNameTo40Chars Specifies if the maximum length of bookmark names can exceed 40 characters in exported OpenXML documents.
LimitFontNameTo31Chars Specifies if the maximum length of font names can exceed 31 characters in exported OpenXML documents.
LimitStyleNameTo253Chars Specifies if the maximum length of style names can exceed 253 characters in exported OpenXML documents.
TargetUri Inherited from TdxDocumentExporterOptions.
See Also