InDesign2026
API 21.5.1.73
Collection of TextColumn

TextColumns

A collection of text columns.

Properties

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

Methods

TextColumn

Returns the TextColumn with the specified index.

index Number The index.
TextColumn

Returns any TextColumn in the collection.

Number

Displays the number of elements in the TextColumn.

TextColumn[]

Returns every TextColumn in the collection.

TextColumn

Returns the first TextColumn in the collection.

TextColumn

Returns the TextColumn with the specified index or name.

index LongInteger | String The index or name. Can accept: Long Integer or String.
TextColumn[]

Returns the TextColumns within the specified range.

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

Returns the last TextColumn in the collection.

TextColumn

Returns the middle TextColumn in the collection.

TextColumn

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

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

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

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

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

Object of 20

Properties elsewhere that hold a TextColumns.