Skip to main content

DXRichEditOpenXmlDocumentExporterOptions Members

Provides options used for saving (exporting) the document in Open XML (MS Word 2007 default format, or .docx) format.

Constructors

Name Description
DXRichEditOpenXmlDocumentExporterOptions() Initializes a new instance of the DXRichEditOpenXmlDocumentExporterOptions class with the default settings.

Fields

Name Description
AllowAlternateStyleNamesProperty static Identifies the DXRichEditOpenXmlDocumentExporterOptions.AllowAlternateStyleNames dependency property.
AlternateImageFolderProperty static Identifies the DXRichEditOpenXmlDocumentExporterOptions.AlternateImageFolder dependency property.
ExportCompatibilitySettingsProperty static Identifies the DXRichEditOpenXmlDocumentExporterOptions.ExportCompatibilitySettings dependency property.
ExportedDocumentPropertiesProperty static Identifies the DXRichEditOpenXmlDocumentExporterOptions.ExportedDocumentProperties dependency property.
LimitBookmarkNameTo40CharsProperty static Identifies the DXRichEditOpenXmlDocumentExporterOptions.LimitBookmarkNameTo40Chars dependency property.
LimitFontNameTo31CharsProperty static Identifies the DXRichEditOpenXmlDocumentExporterOptions.LimitFontNameTo31Chars dependency property.
LimitStyleNameTo253CharsProperty static Identifies the DXRichEditOpenXmlDocumentExporterOptions.LimitStyleNameTo253Chars dependency property.
TargetUriProperty static Identifies the DXRichEditOpenXmlDocumentExporterOptions.TargetUri dependency property.

Properties

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