Skip to main content

RichEditDocumentExportOptions.WordML Property

Obtains options specific for export to WordML (MS Office 2003 WordprocessingML) format.

Namespace: DevExpress.XtraRichEdit.Export

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

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

Declaration

public WordMLDocumentExporterOptions WordML { get; }

Property Value

Type Description
WordMLDocumentExporterOptions

An object that contains export settings.

Property Paths

You can access this nested property as listed below:

Object Type Path to WordML
RichEditControlOptionsBase
.Export .WordML
See Also