Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxOpenXmlDocumentExporterOptions Properties
Show Inherited Hide Inherited

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