Skip to main content

DXRichEditOpenXmlDocumentExporterOptions Properties

Provides options used for saving (exporting) the document in Open XML (MS Word 2007 default format, or .docx) format.
Name Description
AllowAlternateStyleNames Gets or sets whether the alternate names (aliases) for built-in styles are allowed in the exported file. This is a dependency property.
AlternateImageFolder Specifies the directory in which the RichEdit control should save document images. This is a dependency property.
ExportCompatibilitySettings Gets or sets whether to export the document compatibility settings. This is a dependency property.
ExportedDocumentProperties Gets or sets the document properties being exported. This is a dependency property.
LimitBookmarkNameTo40Chars Gets or sets whether bookmark names longer than 40 characters should be automatically renamed in the exported file. This is a dependency property.
LimitFontNameTo31Chars Gets or sets whether font names longer than 31 characters should be truncated in the exported file. This is a dependency property.
LimitStyleNameTo253Chars Gets or sets whether a style with a name longer than 253 characters should be automatically renamed in the exported file. This is a dependency property.
TargetUri Gets or sets the URI of the document being exported. This is a dependency property.
See Also