WordMLDocumentExporterOptions Class
Contains options used to save (export) documents in WordprocessingML (MS Word 2003 XML) format.
Namespace: DevExpress.XtraRichEdit.Export
Assembly: DevExpress.RichEdit.v24.1.Core.dll
NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation
Declaration
Related API Members
The following members return WordMLDocumentExporterOptions objects:
Remarks
Use the WordMLDocumentExporterOptions class object in the following members:
- In the BeforeExport event handler.
- As the SubDocument.GetWordMLText method parameter.
Implements
DevExpress.Office.ISupportsCopyFrom<IExporterOptions>
Inheritance
Object
ViewStatePersisterCore
BaseOptions
RichEditNotificationOptions
DocumentExporterOptions
WordMLDocumentExporterOptions
See Also