TrackChangesPreference
Track changes preferences.
Go to Property Listing | Method Listing
Methods:
addEventListener, getElements, removeEventListener, toSource, toSpecifier
Objects:
Boolean, ChangeBackgroundColorChoices, ChangeMarkings, ChangeTextColorChoices, ChangebarLocations, EventListeners, Events, InCopyUIColors, Object,
Hierarchy:
Superclass: Preference
Class: TrackChangesPreference
Property Listing
| Property | Type | Access | Description | 
|---|---|---|---|
| read/write | The background color option for added text. | ||
| read/write | The color option for added text. | ||
| Array of 3 Reals (0 - 255) | read/write | The background color for added text, specified as an InCopy UI color. Note: Valid only when added background color choice is change background uses change pref color. Can return: Array of 3 Reals (0 - 255) or InCopyUIColors enumerator. | |
| Array of 3 Reals (0 - 255) | read/write | The background color for deleted text, specified as an InCopy UI color. Note: Valid only when deleted background color choice is change background uses change pref color. Can return: Array of 3 Reals (0 - 255) or InCopyUIColors enumerator. | |
| Array of 3 Reals (0 - 255) | read/write | The background color for moved text, specified as an InCopy UI color. Note: Valid only when moved background color choice is change background uses change pref color. Can return: Array of 3 Reals (0 - 255) or InCopyUIColors enumerator. | |
| Array of 3 Reals (0 - 255) | read/write | The change bar color, specified as an InCopy UI color. Can return: Array of 3 Reals (0 - 255) or InCopyUIColors enumerator. | |
| read/write | The background color option for deleted text. | ||
| read/write | The color option for deleted text. | ||
| readonly | A collection of event listeners. | ||
| readonly | A collection of events. | ||
| readonly | Returns true if the object specifier resolves to valid objects. | ||
| read/write | The change bar location. | ||
| read/write | The marking that identifies added text. | ||
| read/write | The marking that identifies deleted text. | ||
| read/write | The marking that identifies moved text. | ||
| read/write | The background color option for moved text. | ||
| read/write | The color option for moved text. | ||
| readonly | The parent of the TrackChangesPreference (a Application). | ||
| read/write | If true, prevent duplicate user color for tracked changes background color. | ||
| read/write | A property that allows setting of several properties at the same time. | ||
| read/write | If true, displays added text. | ||
| read/write | If true, displays change bars, | ||
| read/write | If true, displays deleted text. | ||
| read/write | If true, displays moved text. | ||
| read/write | If true, includes deleted text when using the Spell Check command. | ||
| Array of 3 Reals (0 - 255) | read/write | The color for added text, specified as an InCopy UI color. Note: Valid only when added text color choice is change uses change pref color. Can return: Array of 3 Reals (0 - 255) or InCopyUIColors enumerator. | |
| Array of 3 Reals (0 - 255) | read/write | The color for deleted text, specified as an InCopy UI color. Note: Valid only when deleted text color choice is change uses change pref color. Can return: Array of 3 Reals (0 - 255) or InCopyUIColors enumerator. | |
| Array of 3 Reals (0 - 255) | read/write | The color for moved text, specified as an InCopy UI color. Note: Valid only when moved text color choice is change uses change pref color. Can return: Array of 3 Reals (0 - 255) or InCopyUIColors enumerator. | 
Method Listing
EventListener addEventListener (eventType:String, handler:Varies File JavaScriptFunction, [captures:Boolean=Boolean])
Adds an event listener.
| Parameter | Type | Description | 
|---|---|---|
| eventType | The event type. | |
| handler | JavaScriptFunction | The event handler. Can accept: File or JavaScript Function. | 
| captures | This parameter is obsolete. (Optional) (default: false) | 
TrackChangesPreference getElements ()
Resolves the object specifier, creating an array of object references.
Boolean removeEventListener (eventType:String, handler:Varies File JavaScriptFunction, [captures:Boolean=Boolean])
Removes the event listener.
| Parameter | Type | Description | 
|---|---|---|
| eventType | The registered event type. | |
| handler | JavaScriptFunction | The registered event handler. Can accept: File or JavaScript Function. | 
| captures | This parameter is obsolete. (Optional) (default: false) | 
String toSource ()
Generates a string which, if executed, will return the TrackChangesPreference.
String toSpecifier ()
Retrieves the object specifier.
Object of
Event.parent
EventListener.parent
MutationEvent.parent
Application.trackChangesPreferences