_Document.TrackMoves Property

Definition

Returns or sets aBoolean that represents whether to mark moved text when Track Changes is turned on. Read/write.

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

Boolean

Remarks

By default, when Track Changes is turned on, moved text is marked as deleted and inserted. When TrackMoves is True, moved text is marked as moved, with the from text being marked with strikethrough formatting. This property corresponds to the Track Moves check box in the Track Change Options dialog box.

Applies to