AutoCorrectTable

An auto-correct table.

Methods:

getElements, toSource, toSpecifier

Objects:

Boolean, Number, Object, String,

Property Listing

Property

Type

Access

Description

autoCorrectWordPairList

Array of Arrays of 2 Strings.

read/write

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.

isValid

Boolean

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

read/write

A property that allows setting of several properties at the same time.

Method Listing

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.

Return

AutoCorrectTable.getElements()

AutoCorrectTables.anyItem()

AutoCorrectTables.everyItem()

AutoCorrectTables.nextItem()

AutoCorrectTables.previousItem()

AutoCorrectTables.item()

AutoCorrectTables.[]()

AutoCorrectTables.itemByName()

AutoCorrectTables.itemByRange()

AutoCorrectTables.firstItem()

AutoCorrectTables.lastItem()

AutoCorrectTables.middleItem()