InDesign Server2025
API 20.5.0.49
Collection of TimingList

TimingLists

A collection of timing lists.

Properties

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

Methods

TimingList

Returns the TimingList with the specified index.

index Number The index.
TimingList

Adds a new event-triggered timing list object.

triggerEvent DynamicTriggerEvents Trigger Event
withProperties? Object Initial values for properties of the new TimingList
TimingList

Returns any TimingList in the collection.

Number

Displays the number of elements in the TimingList.

TimingList[]

Returns every TimingList in the collection.

TimingList

Returns the first TimingList in the collection.

TimingList

Returns the TimingList with the specified index or name.

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

Returns the TimingLists within the specified range.

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

Returns the last TimingList in the collection.

TimingList

Returns the middle TimingList in the collection.

TimingList

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

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

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

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

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

Object of 1

Properties elsewhere that hold a TimingLists.