Indesign Scripting Reference
home | search | Links
VBScript >> AutoCorrectTables

AutoCorrectTables

A collection of auto correct tables.

AutoCorrectTables Properties

Property Type Access Description
Count Long read The number of AutoCorrectTables.
Item Object read Returns the AutoCorrectTable with the specified index or name as Long or String.

AutoCorrectTables Methods

Method Returns Description
AnyItem Object Returns any AutoCorrectTable.
FirstItem Object Returns the first AutoCorrectTable.
ItemByID Object Returns the AutoCorrectTable with the specified ID.
ItemByRange Objects Returns the AutoCorrectTables within the specified range.
LastItem Object Returns the last AutoCorrectTable.
MiddleItem Object Returns the middle AutoCorrectTable.
NextItem Object Returns the next AutoCorrectTable.
PreviousItem Object Returns the previous AutoCorrectTable.