Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

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.v20.2.Core.dll

NuGet Package: DevExpress.RichEdit.Core

Declaration

[ComVisible(true)]
public class OpenXmlDocumentImporterOptions :
    XmlBasedDocumentImporterOptions

Implements

See Also