InDesign Server2025
API 20.5.0.49
Collection of ErrorListError

ErrorListErrors

A collection of error list errors.

Properties

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

Methods

ErrorListError

Returns the ErrorListError with the specified index.

index Number The index.
ErrorListError

Returns any ErrorListError in the collection.

Number

Displays the number of elements in the ErrorListError.

ErrorListError[]

Returns every ErrorListError in the collection.

ErrorListError

Returns the first ErrorListError in the collection.

ErrorListError

Returns the ErrorListError with the specified index or name.

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

Returns the ErrorListErrors within the specified range.

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

Returns the last ErrorListError in the collection.

ErrorListError

Returns the middle ErrorListError in the collection.

ErrorListError

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

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

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

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

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

Object of 1

Properties elsewhere that hold a ErrorListErrors.