Adobe InDesign CS2 (4.0) Object Model JS: AutoCorrectTable

InDesign CS2

Class

AutoCorrectTable

 An auto-correct word pair table.

QuickLinks

getElements, toSource, toSpecifier

Hierarchy

Application
AutoCorrectTable

Properties

PropertyTypeAccessDescription
autoCorrectWordPairList Array of
Arrays of 2 Strings
r/wAn auto-correct word pair, specified as a misspelled word and a corrected word. Can return: Array of Arrays of 2 Strings.
idnumber readonlyThe unique ID of the AutoCorrectTable.
indexnumber readonlyThe index of the AutoCorrectTable within its containing object.
namestring readonlyThe name of the AutoCorrectTable.
parentApplication readonlyThe parent of the AutoCorrectTable (a Application).
propertiesObject r/wA property that allows setting of several properties at the same time.

Methods

Instances

Array of 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.

Used in:

array of AutoCorrectTable AutoCorrectTables.itemByRange (from: any, to: any)

AutoCorrectTable AutoCorrectTables.nextItem (obj: AutoCorrectTable)

AutoCorrectTable AutoCorrectTables.previousItem (obj: AutoCorrectTable)

Return

AutoCorrectTable AutoCorrectTables.anyItem ()

Array of AutoCorrectTable AutoCorrectTables.everyItem ()

AutoCorrectTable AutoCorrectTables.firstItem ()

AutoCorrectTable AutoCorrectTables.item (index: any)

AutoCorrectTable AutoCorrectTables.itemByID (id: number)

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.3dContents :: Index