WordMLDocumentExporterOptions Class
In This Article
Contains options used to save (export) documents in WordprocessingML (MS Word 2003 XML) format.
Namespace: DevExpress.XtraRichEdit.Export
Assembly: DevExpress.RichEdit.v24.2.Core.dll
NuGet Package: DevExpress.RichEdit.Core
#Declaration
[ComVisible(true)]
public class WordMLDocumentExporterOptions :
DocumentExporterOptions
#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