InDesign Server2025
API 20.5.0.49
Collection of Reply

Replies

A collection of reply objects

Properties

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

Methods

Reply

Returns the Reply with the specified index.

index Number The index.
Reply

Returns any Reply in the collection.

Number

Displays the number of elements in the Reply.

Reply[]

Returns every Reply in the collection.

Reply

Returns the first Reply in the collection.

Reply

Returns the Reply with the specified index or name.

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

Returns the Reply with the specified ID.

id Number The ID.
Reply

Returns the Reply with the specified name.

name String The name.
Reply[]

Returns the Replies within the specified range.

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

Returns the last Reply in the collection.

Reply

Returns the middle Reply in the collection.

Reply

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

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

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

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

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

Object of 1

Properties elsewhere that hold a Replies.