Back to Devexpress

OpenDocumentExporterOptions Class

officefileapi-devexpress-dot-xtrarichedit-dot-export-ae92bdcf.md

latest2.0 KB
Original Source

OpenDocumentExporterOptions Class

Contains options used to save (export) the document in OpenDocument text (.odt) format.

Namespace : DevExpress.XtraRichEdit.Export

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
[ComVisible(true)]
public class OpenDocumentExporterOptions :
    DocumentExporterOptions
vb
<ComVisible(True)>
Public Class OpenDocumentExporterOptions
    Inherits DocumentExporterOptions

The following members return OpenDocumentExporterOptions objects:

Implements

INotifyPropertyChanged

IExporterOptions

DevExpress.Office.ISupportsCopyFrom<IExporterOptions>

Inheritance

Object ViewStatePersisterCore BaseOptions RichEditNotificationOptions DocumentExporterOptions OpenDocumentExporterOptions

See Also

OpenDocumentExporterOptions Members

DevExpress.XtraRichEdit.Export Namespace