Document.TrackMoves Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value that indicates whether to mark moved text when change tracking is turned on.
public:
property bool TrackMoves { bool get(); void set(bool value); };
public bool TrackMoves { get; set; }
member this.TrackMoves : bool with get, set
Public Property TrackMoves As Boolean
Property Value
true
to mark moved text when change tracking is turned on; otherwise, false
.
Remarks
By default, when change tracking is turned on, moved text is marked as deleted and inserted. When the TrackMoves property is true
, moved text is marked as moved, and the text in the original location is marked with strikethrough formatting. This property corresponds to the Track Moves check box in the Track Change Options dialog box.