Adobe InDesign CS3 (5.0) Object Model JS: AutoCorrectTable

InDesign CS3

Class

AutoCorrectTable

 An auto-correct 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.
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 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:

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