Back to Devexpress

DocumentExporterOptions Class

officefileapi-devexpress-dot-xtrarichedit-dot-export-71fc440e.md

latest3.6 KB
Original Source

DocumentExporterOptions Class

Represents the base class for options used for saving (exporting) documents in different formats.

Namespace : DevExpress.XtraRichEdit.Export

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
[ComVisible(true)]
public abstract class DocumentExporterOptions :
    RichEditNotificationOptions,
    IExporterOptions,
    ISupportsCopyFrom<IExporterOptions>
vb
<ComVisible(True)>
Public MustInherit Class DocumentExporterOptions
    Inherits RichEditNotificationOptions
    Implements IExporterOptions,
               ISupportsCopyFrom(Of IExporterOptions)

Implements

INotifyPropertyChanged

IExporterOptions

DevExpress.Office.ISupportsCopyFrom<IExporterOptions>

Inheritance

Show 21 items

Object ViewStatePersisterCore BaseOptions RichEditNotificationOptions DocumentExporterOptions DocDocumentExporterOptions

HtmlDocumentExporterOptions

OpenDocumentExporterOptions

OpenXmlDocumentExporterOptions

PlainTextDocumentExporterOptions

RtfDocumentExporterOptions

WordMLDocumentExporterOptions

DocmDocumentExporterOptions

MhtDocumentExporterOptions

DotDocumentExporterOptions

DotmDocumentExporterOptions

DotxDocumentExporterOptions

FlatOpcDocumentExporterOptions

FlatOpcMacroEnabledDocumentExporterOptions

FlatOpcMacroEnabledTemplateDocumentExporterOptions

FlatOpcTemplateDocumentExporterOptions

See Also

DocumentExporterOptions Members

DevExpress.XtraRichEdit.Export Namespace