A Tracked
public class TrackedChangePublic Class TrackedChange Introduced: X16.
| Method | Description |
|---|---|
| Save | Saves the changed text with the specified format. |
| Scroll |
Sets the current input position to the first position of the changed text and scrolls it into the visible part of the document. |
| Select | Selects the changed part of the document. |
| Property | Description |
|---|---|
| Active | Gets or sets a value specifying whether the Tracked |
| Change |
Gets the kind of change. |
| Change |
Gets the date and time when the change has been made. |
| Default |
Gets the default highlight color of a tracked change. |
| Highlight |
Gets or sets the highlight color for the tracked change. |
| Highlight |
Gets or sets a value indicating whether the tracked change is highlighted. |
| Length | Gets the number of changed characters. |
| Number | Gets the change's number. |
| Start | Gets the index (one-based) of the first changed character. |
| Text | Gets the changed text. |
| User |
Gets the name of the user who has changed the document. |