Back to Devexpress

DXRichEditDocumentImportOptions Properties

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

latest6.2 KB
Original Source

DXRichEditDocumentImportOptions Properties

Provides options used for loading (importing) 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 import documents in DOCM (MS Word Macro-Enabled Document) format. This is a dependency property.
DocOptionsProvides access to options specific for importing documents in Microsoft Word binary file format (MS Word 97 - 2003 .doc format). This is a dependency property.
DotmOptionsRetrieves options specific for import documents in DOTM (MS Word Macro-Enabled Template) format. This is a dependency property.
DotOptionsRetrieves options specific for import documents in DOT (MS Word 97-2003 Template) format. This is a dependency property.
DotxOptionsRetrieves options specific for import documents in DOT (MS Word Template) format. This is a dependency property.
EncryptionPasswordSpecifies a password used to unprotect a password-protected document during import.
FallbackFormatGets or sets the format that is used if no distinct format can be specified or recognized. This is a dependency property.
FlatOpcMacroEnabledOptionsObtains options to import documents in FlatOpcMacroEnabled (Microsoft Word XML Macro-Enabled Document, .xml) format. This is a dependency property.
FlatOpcMacroEnabledTemplateOptionsObtains options to import documents in FlatOpcMacroEnabledTemplate (Microsoft Word XML Macro-Enabled Template, .xml) format. This is a dependency property.
FlatOpcOptionsObtains options to import documents in FlatOpc (Microsoft Word XML Document, .xml) format. This is a dependency property.
FlatOpcTemplateOptionsObtains options to import documents in FlatOpcTemplate (Microsoft Word XML Template, .xml) format. This is a dependency property.
HtmlOptionsProvides access to options specific for importing documents in 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 for importing documents in Mht (Web Archive) format. This is a dependency property.
OpenDocumentOptionsProvides access to options specific for importing documents in OpenDocument text (.odt) format. This is a dependency property.
OpenXmlOptionsProvides access to options specific for importing documents in OpenXml format (default MS Office 2007 format or .docx). This is a dependency property.
PlainTextOptionsProvides access to options specific for importing documents in plain text format. This is a dependency property.
RtfOptionsProvides access to options specific for importing documents in RTF format. This is a dependency property.
WordMLOptionsProvides access to options specific for importing documents in WordML format. This is a dependency property.

See Also

DXRichEditDocumentImportOptions Class

DXRichEditDocumentImportOptions Members

DevExpress.Xpf.RichEdit Namespace