An auto-correct table.
Properties
| Property | Type | Access | Description |
|---|---|---|---|
| autoCorrectWordPairList | Array of any | 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
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.
string toSpecifier ()
Retrieves the object specifier.
Used in:
AutoCorrectTables.previousItem ( obj: AutoCorrectTable)AutoCorrectTables.nextItem ( obj: AutoCorrectTable)
Returned by:
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 )