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. |
index | number | readonly | The index of the AutoCorrectTable within its containing object. |
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
Array
of AutoCorrectTable getElements ()
Resolves the object specifier, creating an array of object references.
string toSource ()
Generates a string which, if executed, will return the AutoCorrectTable.
Used in:
array of AutoCorrectTable AutoCorrectTables.itemByRange (from: any, to: any)
AutoCorrectTable AutoCorrectTables.nextItem (obj: AutoCorrectTable)
AutoCorrectTable AutoCorrectTables.previousItem (obj: AutoCorrectTable)
Return
Array of AutoCorrectTable AutoCorrectTable.getElements ()
AutoCorrectTable AutoCorrectTables.anyItem ()
Array of AutoCorrectTable AutoCorrectTables.everyItem ()
AutoCorrectTable AutoCorrectTables.firstItem ()
AutoCorrectTable AutoCorrectTables.item (index: any)
AutoCorrectTable AutoCorrectTables.itemByName (name: string)
Array of AutoCorrectTable AutoCorrectTables.itemByRange (from: any, to: any)
AutoCorrectTable AutoCorrectTables.lastItem ()
AutoCorrectTable AutoCorrectTables.middleItem ()
AutoCorrectTable AutoCorrectTables.nextItem (obj: AutoCorrectTable)
AutoCorrectTable AutoCorrectTables.previousItem (obj: AutoCorrectTable)
Jongware, 27-Jun-2010 v3.0.3d | Contents :: Index |