Skip to main content

TdxDocDocumentImporterOptions.KeepBookmarksForRemovedRanges Property

Specifies if bookmarks within a text range, deleted using the Microsoft Word® Track Changes feature, are imported.

Declaration

property KeepBookmarksForRemovedRanges: Boolean read; write; default DefaultKeepBookmarksForRemovedRanges;

Property Value

Type Default
Boolean DefaultKeepBookmarksForRemovedRanges

Remarks

Set this property to False to remove the bookmarks contained within the text ranges deleted by using the Microsoft Word® Track Changes feature from the imported document. If the KeepBookmarksForRemovedRanges property is set to True, such bookmarks are retained within the document. An imported bookmark from a removed text range always points to that range’s start position.

The default value of the KeepBookmarksForRemovedRanges property is DefaultKeepBookmarksForRemovedRanges.

See Also