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

    Contains options used for import the document in DOT format.
    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