A tracked change made to a story.
Go to Property Listing | Method Listing
ChangeTypes, Characters.html#d1e189509, Date, InsertionPoint.html#d1e208283, InsertionPoints.html#d1e211719, Lines.html#d1e196906, Number, Object, Paragraphs.html#d1e204323, String, TextColumns.html#d1e200604, TextStyleRanges.html#d1e208021, TextVariableInstances, Texts.html#d1e185811, Words.html#d1e193208
|
Property |
Type |
Access |
Description |
|---|---|---|---|
|
readonly |
The type of tracked change. Note: Valid only when track changes is true. |
||
|
readonly |
A collection of characters. |
||
|
readonly |
The date on which the tracked change was made. Note: Valid only when track changes is true. |
||
|
readonly |
The index of the Change within its containing object. |
||
|
InsertionPoints.html#d1e211719 InsertionPoint.html#d1e208283 |
readonly |
A collection of insertion points. |
|
|
readonly |
A collection of lines. |
||
|
readonly |
A collection of paragraphs. |
||
|
readonly |
The parent of the Change (a Story). |
||
|
read/write |
A property that allows setting of several properties at the same time. |
||
|
readonly |
The location of the first insertion point in the object (relative to the beginning of the story). |
||
|
readonly |
A collection of text columns. |
||
|
TextStyleRanges.html#d1e208021 TextStyleRange.html#d1e204585 |
readonly |
A collection of text style ranges. |
|
|
readonly |
A collection of text variable instances. |
||
|
readonly |
A collection of text objects. |
||
|
readonly |
The user who made the change. Note: Valid only when track changes is true. |
||
|
readonly |
A collection of words. |
undefined accept ()
Accepts the tracked change. Note: Valid only when track changes is true.
Change getElements ()
Resolves the object specifier, creating an array of object references.
undefined reject ()
Rejects the tracked change. Note: Valid only when track changes is true.
String toSource ()
Generates a string which, if executed, will return the Change.
String toSpecifier ()
Retrieves the object specifier.
Character.html#d1e186073.parent
InsertionPoint.html#d1e208283.parent
Line.html#d1e193470.parent
Paragraph.html#d1e200866.parent
Text.html#d1e182378.parent
TextColumn.html#d1e197168.parent
TextStyleRange.html#d1e204585.parent
TextVariableInstance.parent
Word.html#d1e189771.parent