DXRichEditDocDocumentImporterOptions Members
Provides options used for loading (importing) documents in DOC (MS Word 97-2003) format.Constructors
| Name | Description |
|---|---|
| DXRichEditDocDocumentImporterOptions() | Initializes a new instance of the DXRichEditDocDocumentImporterOptions class with the default settings. |
Fields
| Name | Description |
|---|---|
| IgnoreDeletedTextProperty static | Identifies the DXRichEditDocDocumentImporterOptions.IgnoreDeletedText dependency property. |
| KeepBookmarksForRemovedRangesProperty static | Identifies the DXRichEditDocDocumentImporterOptions.KeepBookmarksForRemovedRanges dependency property. |
| KeepCommentsForRemovedRangesProperty static | Identifies the DXRichEditDocDocumentImporterOptions.KeepCommentsForRemovedRanges dependency property. |
| KeepPermissionsForRemovedRangesProperty static | Identifies the DXRichEditDocDocumentImporterOptions.KeepPermissionsForRemovedRanges dependency property. |
| SourceUriProperty static | Identifies the DXRichEditDocDocumentImporterOptions.SourceUri dependency property. |
| UpdateFieldOptionsProperty static | Identifies the DXRichEditDocDocumentImporterOptions.UpdateFieldOptions dependency property. |
Properties
| Name | Description |
|---|---|
| IgnoreDeletedText | Gets or sets whether to ignore the text deleted using the MS Word Track Changes feature when loading a DOC document. This is a dependency property. |
| KeepBookmarksForRemovedRanges | Gets or sets whether to keep bookmarks contained in the range deleted with the Track Changes option. This is a dependency property. |
| KeepCommentsForRemovedRanges | Gets or sets whether to keep a comment applied to deleted ranges in a loaded document. This is a dependency property. |
| KeepPermissionsForRemovedRanges | Gets or sets whether to keep permissions applied to deleted ranges in a loaded document. 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 | For internal use. |
See Also