InDesign2026
API 21.5.1.73
Collection of KinsokuTable

KinsokuTables

A collection of kinsoku tables.

Properties

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

Methods

→ KinsokuTable

Returns the KinsokuTable with the specified index.

index Number The index.
→ KinsokuTable

Creates a new kinsoku table.

name String The name of the new kinsoku table.
withProperties? Object Initial values for properties of the new KinsokuTable
→ KinsokuTable

Returns any KinsokuTable in the collection.

→ Number

Displays the number of elements in the KinsokuTable.

→ KinsokuTable[]

Returns every KinsokuTable in the collection.

→ KinsokuTable

Returns the first KinsokuTable in the collection.

→ KinsokuTable

Returns the KinsokuTable with the specified index or name.

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

Returns the KinsokuTable with the specified ID.

id Number The ID.
→ KinsokuTable

Returns the KinsokuTable with the specified name.

name String The name.
→ KinsokuTable[]

Returns the KinsokuTables within the specified range.

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

Returns the last KinsokuTable in the collection.

→ KinsokuTable

Returns the middle KinsokuTable in the collection.

→ KinsokuTable

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

obj KinsokuTable The KinsokuTable whose index comes before the desired KinsokuTable.
→ KinsokuTable

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

obj KinsokuTable The index of the KinsokuTable that follows the desired KinsokuTable.
→ String

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

Object of 2

Properties elsewhere that hold a KinsokuTables.