DXRichEditWordMLDocumentImporterOptions Members
Contains options used for loading (importing) documents in WordprocessingML (MS Word 2003 XML format).Constructors
| Name | Description |
|---|---|
| DXRichEditWordMLDocumentImporterOptions() | Initializes a new instance of the DXRichEditWordMLDocumentImporterOptions class with the default settings. |
Fields
| Name | Description |
|---|---|
| IgnoreParseErrorsProperty static | Identifies the DXRichEditWordMLDocumentImporterOptions.IgnoreParseErrors dependency property. |
| SourceUriProperty static | Identifies the DXRichEditWordMLDocumentImporterOptions.SourceUri dependency property. |
| UpdateFieldOptionsProperty static | Identifies the DXRichEditWordMLDocumentImporterOptions.UpdateFieldOptions dependency property. |
Properties
| Name | Description |
|---|---|
| IgnoreParseErrors | Gets or sets whether to ignore invalid constructions while parsing a file in WordML format. This is a dependency property. |
| 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