Back to Devexpress

RichEditDocumentImportOptions.Dotm Property

officefileapi-devexpress-dot-xtrarichedit-dot-import-dot-richeditdocumentimportoptions-71b3e7f1.md

latest1.6 KB
Original Source

RichEditDocumentImportOptions.Dotm Property

Obtains options specific for importing documents in DOTM format.

Namespace : DevExpress.XtraRichEdit.Import

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

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

Property Value

TypeDescription
DotmDocumentImporterOptions

An object that contains import settings.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to Dotm
RichEditControlOptionsBase

.Import .Dotm

|

See Also

RichEditDocumentImportOptions Class

RichEditDocumentImportOptions Members

DevExpress.XtraRichEdit.Import Namespace