Skip to main content

DXRichEditOpenDocumentExporterOptions Members

Provides options used for saving (exporting) the document in OpenDocument text (.odt) format.

Constructors

Name Description
DXRichEditOpenDocumentExporterOptions() Initializes a new instance of the DXRichEditOpenDocumentExporterOptions class with the default settings.

Fields

Name Description
ExportedDocumentPropertiesProperty static Identifies the DXRichEditOpenDocumentExporterOptions.ExportedDocumentProperties dependency property.
TargetUriProperty static Identifies the DXRichEditOpenDocumentExporterOptions.TargetUri dependency property.

Properties

Name Description
ExportedDocumentProperties Gets or sets the document properties being exported.
TargetUri Gets or sets the URI of the document being exported.
See Also