DXRichEditDocumentImportOptions Properties
Provides options used for loading (importing) 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 import documents in DOCM (MS Word Macro-Enabled Document) format. This is a dependency property. |
DocOptions | Provides access to options specific for importing documents in Microsoft Word binary file format (MS Word 97 - 2003 .doc format). This is a dependency property. |
DotmOptions | Retrieves options specific for import documents in DOTM (MS Word Macro-Enabled Template) format. This is a dependency property. |
DotOptions | Retrieves options specific for import documents in DOT (MS Word 97-2003 Template) format. This is a dependency property. |
DotxOptions | Retrieves options specific for import documents in DOT (MS Word Template) format. This is a dependency property. |
EncryptionPassword | Specifies a password used to unprotect a password-protected document during import. |
FallbackFormat | Gets or sets the format that is used if no distinct format can be specified or recognized. This is a dependency property. |
FlatOpcMacroEnabledOptions | Obtains options to import documents in FlatOpcMacroEnabled (Microsoft Word XML Macro-Enabled Document, .xml) format. This is a dependency property. |
FlatOpcMacroEnabledTemplateOptions | Obtains options to import documents in FlatOpcMacroEnabledTemplate (Microsoft Word XML Macro-Enabled Template, .xml) format. This is a dependency property. |
FlatOpcOptions | Obtains options to import documents in FlatOpc (Microsoft Word XML Document, .xml) format. This is a dependency property. |
FlatOpcTemplateOptions | Obtains options to import documents in FlatOpcTemplate (Microsoft Word XML Template, .xml) format. This is a dependency property. |
HtmlOptions | Provides access to options specific for importing documents in 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 for importing documents in Mht (Web Archive) format. This is a dependency property. |
OpenDocumentOptions | Provides access to options specific for importing documents in OpenDocument text (.odt) format. This is a dependency property. |
OpenXmlOptions | Provides access to options specific for importing documents in OpenXml format (default MS Office 2007 format or .docx). This is a dependency property. |
PlainTextOptions | Provides access to options specific for importing documents in plain text format. This is a dependency property. |
RtfOptions | Provides access to options specific for importing documents in RTF format. This is a dependency property. |
WordMLOptions | Provides access to options specific for importing documents in WordML format. This is a dependency property. |
See Also