Skip to main content

DXRichEditOpenDocumentImporterOptions Members

Provides options used for loading (importing) the document in OpenDocument text (.odt) format.

Constructors

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

Fields

Name Description
SourceUriProperty static Identifies the DXRichEditOpenDocumentImporterOptions.SourceUri dependency property.
UpdateFieldOptionsProperty static Identifies the DXRichEditOpenDocumentImporterOptions.UpdateFieldOptions dependency property.

Properties

Name Description
SourceUri Gets or sets the base URI for the external content of the document. This is a dependency property.
UpdateFieldOptions Provides access to options that specify whether a certain document field is updated during import. This is a dependency property.
See Also