Skip to main content

DXRichEditWordMLDocumentExporterOptions Members

Provides options used for saving (exporting) documents in WordprocessingML (MS Word 2003 XML) format.

Constructors

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

Fields

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

Properties

Name Description
ExportedDocumentProperties Gets or sets the document properties being exported. This is a dependency property.
TargetUri Gets or sets the URI of the document being exported. This is a dependency property.
See Also