AutoCorrectTable

An auto-correct word pair table.

Methods:

getElements, toSource, toSpecifier

Objects:

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.

id

Number

readonly

The unique ID of the AutoCorrectTable.

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

read/write

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

Method Listing

Object 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

AutoCorrectTables.anyItem()

AutoCorrectTables.everyItem()

AutoCorrectTables.nextItem()

AutoCorrectTables.previousItem()

AutoCorrectTables.itemByID()

AutoCorrectTables.item()

AutoCorrectTables.itemByName()

AutoCorrectTables.itemByRange()

AutoCorrectTables.firstItem()

AutoCorrectTables.lastItem()

AutoCorrectTables.middleItem()