AutoCorrectTable
QuickLinks
Hierarchy
Properties
Property | Type | Access | Description |
---|---|---|---|
autoCorrectWordPairList |
Array
of Arrays of 2 Strings |
r/w | An auto-correct word pair, specified as a misspelled word and a corrected word. Can return: Array of Arrays of 2 Strings. |
eventListeners | EventListeners | readonly | A collection of event listeners. |
events | Events | readonly | A collection of events. |
index | number | readonly | The index of the AutoCorrectTable within its containing object. |
isValid | bool | readonly | Returns true if the object specifier resolves to valid objects. |
name | string | readonly | The name of the AutoCorrectTable. |
parent | Application | readonly | The parent of the AutoCorrectTable (a Application). |
properties | Object | r/w | A property that allows setting of several properties at the same time. |
Methods
Instances
EventListener addEventListener (eventType:
string, handler:
varies[, captures:
bool=false])
Adds an event listener.
Parameter | Type | Description |
---|---|---|
eventType | string | The event type. |
handler | File JavaScript Function | The event handler. Can accept: File or JavaScript Function. |
captures | bool | This parameter is obsolete. (Optional) (default: false) |
Array
of AutoCorrectTable getElements ()
Resolves the object specifier, creating an array of object references.
bool removeEventListener (eventType:
string, handler:
varies[, captures:
bool=false])
Removes the event listener.
Parameter | Type | Description |
---|---|---|
eventType | string | The registered event type. |
handler | File JavaScript Function | The registered event handler. Can accept: File or JavaScript Function. |
captures | bool | This parameter is obsolete. (Optional) (default: false) |
string toSource ()
Generates a string which, if executed, will return the AutoCorrectTable.
Used in:
AutoCorrectTable AutoCorrectTables.nextItem (obj: AutoCorrectTable)
AutoCorrectTable AutoCorrectTables.previousItem (obj: AutoCorrectTable)
Return
Array of AutoCorrectTable AutoCorrectTable.getElements ()
AutoCorrectTable AutoCorrectTables.[] (index: number)
AutoCorrectTable AutoCorrectTables.anyItem ()
Array of AutoCorrectTable AutoCorrectTables.everyItem ()
AutoCorrectTable AutoCorrectTables.firstItem ()
AutoCorrectTable AutoCorrectTables.item (index: varies)
AutoCorrectTable AutoCorrectTables.itemByName (name: string)
Array of AutoCorrectTable AutoCorrectTables.itemByRange (from: varies, to: varies)
AutoCorrectTable AutoCorrectTables.lastItem ()
AutoCorrectTable AutoCorrectTables.middleItem ()
AutoCorrectTable AutoCorrectTables.nextItem (obj: AutoCorrectTable)
AutoCorrectTable AutoCorrectTables.previousItem (obj: AutoCorrectTable)
Jongware, 23-Mar-2011 v3.0.3d | Contents :: Index |