Back to Devexpress

RichEditDocumentExportOptions.Dotm Property

officefileapi-devexpress-dot-xtrarichedit-dot-export-dot-richeditdocumentexportoptions-2fa9297e.md

latest1.6 KB
Original Source

RichEditDocumentExportOptions.Dotm Property

Obtains options specific for export to DOTM (Microsoft Office Open XML macro-enabled template) format.

Namespace : DevExpress.XtraRichEdit.Export

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public DotmDocumentExporterOptions Dotm { get; }
vb
Public ReadOnly Property Dotm As DotmDocumentExporterOptions

Property Value

TypeDescription
DotmDocumentExporterOptions

An object that contains export options.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to Dotm
RichEditControlOptionsBase

.Export .Dotm

|

See Also

RichEditDocumentExportOptions Class

RichEditDocumentExportOptions Members

DevExpress.XtraRichEdit.Export Namespace