InDesign2026
API 21.5.1.73
Collection of AutoCorrectTable

AutoCorrectTables

A collection of auto-correct tables.

Properties

NameType AccessDescription
Number readonly The number of objects in the collection.

Methods

AutoCorrectTable

Returns the AutoCorrectTable with the specified index.

index Number The index.
Number

Displays the number of elements in the AutoCorrectTable.

AutoCorrectTable[]

Returns every AutoCorrectTable in the collection.

AutoCorrectTable

Returns the first AutoCorrectTable in the collection.

AutoCorrectTable

Returns the AutoCorrectTable with the specified index or name.

index LongInteger | String The index or name. Can accept: Long Integer or String.
AutoCorrectTable

Returns the AutoCorrectTable with the specified name.

name String The name.
AutoCorrectTable[]

Returns the AutoCorrectTables within the specified range.

from AutoCorrectTable | LongInteger | String The AutoCorrectTable, index, or name at the beginning of the range. Can accept: AutoCorrectTable, Long Integer or String.
to AutoCorrectTable | LongInteger | String The AutoCorrectTable, index, or name at the end of the range. Can accept: AutoCorrectTable, Long Integer or String.
AutoCorrectTable

Returns the last AutoCorrectTable in the collection.

AutoCorrectTable

Returns the middle AutoCorrectTable in the collection.

AutoCorrectTable

Returns the AutoCorrectTable whose index follows the specified AutoCorrectTable in the collection.

obj AutoCorrectTable The AutoCorrectTable whose index comes before the desired AutoCorrectTable.
AutoCorrectTable

Returns the AutoCorrectTable with the index previous to the specified index.

obj AutoCorrectTable The index of the AutoCorrectTable that follows the desired AutoCorrectTable.
String

Generates a string which, if executed, will return the AutoCorrectTable.

Object of 1

Properties elsewhere that hold a AutoCorrectTables.