InDesign2026
API 21.5.1.73
Collection of Change

Changes

A collection of changes.

Properties

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

Methods

Change

Returns the Change with the specified index.

index Number The index.
Change

Returns any Change in the collection.

Number

Displays the number of elements in the Change.

Change[]

Returns every Change in the collection.

Change

Returns the first Change in the collection.

Change

Returns the Change with the specified index or name.

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

Returns the Changes within the specified range.

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

Returns the last Change in the collection.

Change

Returns the middle Change in the collection.

Change

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

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

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

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

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

Object of 4

Properties elsewhere that hold a Changes.