Skip to main content
All docs
V23.2

DXRichEditDotxDocumentExporterOptions Properties

Contains options used for export documents in DOTX (Microsoft Word Template) 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.
CanFreeze Gets a value that indicates whether the object can be made unmodifiable. Inherited from Freezable.
DependencyObjectType Gets the DependencyObjectType that wraps the CLR type of this instance. Inherited from DependencyObject.
Dispatcher Gets the Dispatcher this DispatcherObject is associated with. Inherited from DispatcherObject.
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.
IsFrozen Gets a value that indicates whether the object is currently modifiable. Inherited from Freezable.
IsSealed Gets a value that indicates whether this instance is currently sealed (read-only). Inherited from DependencyObject.
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