Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxDocDocumentImporterOptions.KeepBookmarksForRemovedRanges Property

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

#Declaration

Delphi
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