→ void
Accepts the tracked change. Note: Valid only when track changes is true.
A tracked change made to a story.
Change
Character | InsertionPoint | Line | Paragraph | Text | TextColumn | TextStyleRange | TextVariableInstance | Word
| Name | Type | Access | Description |
|---|---|---|---|
| ChangeTypes | readonly | The type of tracked change. Note: Valid only when track changes is true. | |
| Characters |
readonly | A collection of characters. | |
| Date | readonly | The date on which the tracked change was made. Note: Valid only when track changes is true. | |
| EventListeners |
readonly | A collection of event listeners. | |
| Events |
readonly | A collection of events. | |
| Number | readonly | The index of the Change within its containing object. | |
| InsertionPoints |
readonly | A collection of insertion points. | |
| Boolean | readonly | Returns true if the object specifier resolves to valid objects. | |
| Lines |
readonly | A collection of lines. | |
| Paragraphs |
readonly | A collection of paragraphs. | |
| XmlStory | Cell | Story | readonly | The parent of the Change (a Story, XmlStory or Cell). | |
| Object | read/write | A property that allows setting of several properties at the same time. | |
| InsertionPoint | readonly | The location of the first insertion point in the object (relative to the beginning of the story). | |
| TextColumns |
readonly | A collection of text columns. | |
| TextStyleRanges |
readonly | A collection of text style ranges. | |
| TextVariableInstances |
readonly | A collection of text variable instances. | |
| Texts |
readonly | A collection of text objects. | |
| String | readonly | The user who made the change. Note: Valid only when track changes is true. | |
| Words |
readonly | A collection of words. |
Accepts the tracked change. Note: Valid only when track changes is true.
Adds an event listener.
Resolves the object specifier, creating an array of object references.
Rejects the tracked change. Note: Valid only when track changes is true.
Removes the event listener.
Generates a string which, if executed, will return the Change.
Retrieves the object specifier.
Properties elsewhere that hold a Change.
Method parameters that accept a Change.
Methods that return a Change.