Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

DevExpress.XtraRichEdit.Import Namespace

Contains interfaces and classes specific for document import.

Assembly: DevExpress.RichEdit.v24.2.Core.dll

NuGet Package: DevExpress.RichEdit.Core

#Classes

Name Description
DocDocumentImporterOptions Contains options used for loading (importing) documents in DOC binary format.
DocmDocumentImporterOptions Contains options used to load (import) the document in DOCM format (Microsoft Office Open XML Macro-Enabled Document, .docm).
DocumentImporterOptions Represents the base class for options used for loading (importing) the document in different formats.
DotDocumentImporterOptions Contains options used to load (import) the document in DOT format (Microsoft Word 97-2007 Template, .dot).
DotmDocumentImporterOptions Contains options used to load (import) the document in DOTM format (Microsoft Office Open XML Macro-Enabled Template, .dotm).
DotxDocumentImporterOptions Contains options used to load (import) the document in DOTX format (Office Open XML macro-free template, .dotx).
FlatOpcDocumentImporterOptions Contains options used to load (import) the document in FlatOpc format (Microsoft Word XML Document, .xml).
FlatOpcMacroEnabledDocumentImporterOptions Contains options used to load (import) the document in FlatOpcMacroEnabled format (Microsoft Word XML Macro-Enabled Document, .xml).
FlatOpcMacroEnabledTemplateDocumentImporterOptions Contains options used to load (import) the document in FlatOpcMacroEnabledTemplate format (Microsoft Word XML Macro-Enabled Template, .xml).
FlatOpcTemplateDocumentImporterOptions Contains options used to load (import) the document in FlatOpcTemplate format (Microsoft Word XML Template, .xml).
HtmlDocumentImporterOptions Contains options used for loading (importing) the HTML document.
MhtDocumentImporterOptions Contains options used for loading (importing) the document in Mht (Web Archive) format.
OpenDocumentImporterOptions Contains options used for loading (importing) the document in OpenDocument text (.odt) format.
OpenXmlDocumentImporterOptions Contains options used to load (import) the document in Open XML format (MS Word 2007 default format, .docx).
PlainTextDocumentImporterOptions Contains options used for loading (importing) the plain text document.
RichEditDocumentImportOptions Contains options used for loading (importing) documents.
RtfDocumentImporterOptions Contains options used for loading (importing) documents in RTF format.
UpdateFieldOptions Contains options that specify whether a certain field should be updated when importing a document containing this field.
WordMLDocumentImporterOptions Contains options used for loading (importing) documents in WordprocessingML (aka MS Word 2003 XML format).