DXRichEditDocumentExportOptions Properties
Provides options used for saving (exporting) documents to different formats.| Name | Description |
|---|---|
| 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. |
| DocmOptions | Retrieves options specific for export to DOCM (MS Word Macro-Enabled Document) format. This is a dependency property. |
| DocOptions | Retrieves options specific for export to DOC (MS Word 97-2003) format. This is a dependency property. |
| DotmOptions | Retrieves options specific for export to DOTM (Microsoft Word Macro-Enabled Template) format. This is a dependency property. |
| DotOptions | Retrieves options specific for export to DOT (Microsoft Word 97-2003 Template) format. This is a dependency property. |
| DotxOptions | Retrieves options specific for export to DOTX (Microsoft Word Template) format. This is a dependency property. |
| FlatOpcMacroEnabledOptions | Retrieves options specific for export to FlatOpcMacroEnabled (MS Word XML Macro-Enabled Document) format. This is a dependency property. |
| FlatOpcMacroEnabledTemplateOptions | Retrieves options specific for export to FlatOpcMacroEnabledTemplate (MS Word XML Macro-Enabled Template) format. This is a dependency property. |
| FlatOpcOptions | Retrieves options specific for export to FlatOpc (Microsoft Word XML Document) format. This is a dependency property. |
| FlatOpcTemplateOptions | Retrieves options specific for export to FlatOpcTemplate (MS Word XML Template) format. This is a dependency property. |
| HtmlOptions | Provides access to options specific to exporting to HTML format. 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. |
| MhtOptions | Provides access to options specific to exporting to Mht (“Web Archive”) format. This is a dependency property. |
| OpenDocumentOptions | Provides access to options specific for export to OpenDocument (.odt) format. This is a dependency property. |
| OpenXmlOptions | Provides access to options specific for export to Open XML (default MS Office 2007 format or .docx) format. This is a dependency property. |
| PlainTextOptions | Provides access to options specific for export to plain text format. This is a dependency property. |
| RtfOptions | Provides access to options for export to RTF format. This is a dependency property. |
| WordMLOptions | Provides access to options specific for export to WordML (MS Office 2003 WordprocessingML) format. This is a dependency property. |
See Also