InDesign Server2025
API 20.5.0.49
Collection of TimingGroup

TimingGroups

A collection of timing data objects.

Properties

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

Methods

TimingGroup

Returns the TimingGroup with the specified index.

index Number The index.
TimingGroup

Adds a new timing group.

dynamicTarget Behavior | Graphic | PageItem | MediaItem A page item target that is an animation, media, or mso. Can accept: PageItem, Graphic, Behavior or MediaItem.
delaySeconds? Number The time delay in seconds for a target.
withProperties? Object Initial values for properties of the new TimingGroup
TimingGroup

Returns any TimingGroup in the collection.

Number

Displays the number of elements in the TimingGroup.

TimingGroup[]

Returns every TimingGroup in the collection.

TimingGroup

Returns the first TimingGroup in the collection.

TimingGroup

Returns the TimingGroup with the specified index or name.

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

Returns the TimingGroups within the specified range.

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

Returns the last TimingGroup in the collection.

TimingGroup

Returns the middle TimingGroup in the collection.

TimingGroup

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

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

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

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

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

Object of 1

Properties elsewhere that hold a TimingGroups.