Skip to main content
All docs
V26.1
  • DXRichEditDotDocumentImporterOptions Members

    Contains options used for import the document in DOT format.

    Constructors

    Name Description
    DXRichEditDotDocumentImporterOptions() Initializes a new instance of the DXRichEditDotDocumentImporterOptions class.

    Fields

    Name Description
    IgnoreDeletedTextProperty static Identifies the IgnoreDeletedText dependency property.
    KeepBookmarksForRemovedRangesProperty static Identifies the KeepBookmarksForRemovedRanges dependency property.
    KeepCommentsForRemovedRangesProperty static Identifies the KeepCommentsForRemovedRanges dependency property.
    KeepPermissionsForRemovedRangesProperty static Identifies the KeepPermissionsForRemovedRanges dependency property.
    SourceUriProperty static Identifies the SourceUri dependency property.
    UpdateFieldOptionsProperty static Identifies the UpdateFieldOptions dependency property.

    Properties

    Name Description
    IgnoreDeletedText Gets or sets whether to ignore the text deleted using the MS Word Track Changes feature while loading a 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