Skip to main content

WordMLDocumentExporterOptions Class

Contains options used to save (export) documents in WordprocessingML (MS Word 2003 XML) format.

Namespace: DevExpress.XtraRichEdit.Export

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

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

Declaration

[ComVisible(true)]
public class WordMLDocumentExporterOptions :
    DocumentExporterOptions

The following members return WordMLDocumentExporterOptions objects:

Remarks

Use the WordMLDocumentExporterOptions class object in the following members:

Implements

See Also