Back to Devexpress

DXRichEditDocumentExportOptions Properties

wpf-devexpress-dot-xpf-dot-richedit-dot-dxricheditdocumentexportoptions-dot-underscore-properties.md

latest5.7 KB
Original Source

DXRichEditDocumentExportOptions Properties

Provides options used for saving (exporting) documents to different formats.

NameDescription
CanFreezeGets a value that indicates whether the object can be made unmodifiable. Inherited from Freezable.
DependencyObjectTypeGets the DependencyObjectType that wraps the CLR type of this instance. Inherited from DependencyObject.
DispatcherGets the Dispatcher this DispatcherObject is associated with. Inherited from DispatcherObject.
DocmOptionsRetrieves options specific for export to DOCM (MS Word Macro-Enabled Document) format. This is a dependency property.
DocOptionsRetrieves options specific for export to DOC (MS Word 97-2003) format. This is a dependency property.
DotmOptionsRetrieves options specific for export to DOTM (Microsoft Word Macro-Enabled Template) format. This is a dependency property.
DotOptionsRetrieves options specific for export to DOT (Microsoft Word 97-2003 Template) format. This is a dependency property.
DotxOptionsRetrieves options specific for export to DOTX (Microsoft Word Template) format. This is a dependency property.
FlatOpcMacroEnabledOptionsRetrieves options specific for export to FlatOpcMacroEnabled (MS Word XML Macro-Enabled Document) format. This is a dependency property.
FlatOpcMacroEnabledTemplateOptionsRetrieves options specific for export to FlatOpcMacroEnabledTemplate (MS Word XML Macro-Enabled Template) format. This is a dependency property.
FlatOpcOptionsRetrieves options specific for export to FlatOpc (Microsoft Word XML Document) format. This is a dependency property.
FlatOpcTemplateOptionsRetrieves options specific for export to FlatOpcTemplate (MS Word XML Template) format. This is a dependency property.
HtmlOptionsProvides access to options specific to exporting to HTML format. This is a dependency property.
IsFrozenGets a value that indicates whether the object is currently modifiable. Inherited from Freezable.
IsSealedGets a value that indicates whether this instance is currently sealed (read-only). Inherited from DependencyObject.
MhtOptionsProvides access to options specific to exporting to Mht (“Web Archive”) format. This is a dependency property.
OpenDocumentOptionsProvides access to options specific for export to OpenDocument (.odt) format. This is a dependency property.
OpenXmlOptionsProvides access to options specific for export to Open XML (default MS Office 2007 format or .docx) format. This is a dependency property.
PlainTextOptionsProvides access to options specific for export to plain text format. This is a dependency property.
RtfOptionsProvides access to options for export to RTF format. This is a dependency property.
WordMLOptionsProvides access to options specific for export to WordML (MS Office 2003 WordprocessingML) format. This is a dependency property.

See Also

DXRichEditDocumentExportOptions Class

DXRichEditDocumentExportOptions Members

DevExpress.Xpf.RichEdit Namespace