Skip to main content

OpenXmlDocumentImporterOptions Class

Contains options used to load (import) the document in Open XML format (MS Word 2007 default format, .docx).

Namespace: DevExpress.XtraRichEdit.Import

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

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

Declaration

[ComVisible(true)]
public class OpenXmlDocumentImporterOptions :
    XmlBasedDocumentImporterOptions

The following members return OpenXmlDocumentImporterOptions objects:

Implements

See Also