Adobe InDesign CS6 Server (8.0) Object Model JS: ErrorListErrors

InDesign Server CS6

Class

ErrorListErrors

 A collection of error list errors.

See also ErrorListError.

QuickLinks

[], anyItem, count, everyItem, firstItem, item, itemByRange, lastItem, middleItem, nextItem, previousItem, toSource

Properties

PropertyTypeAccessDescription
lengthnumber readonlyThe number of objects in the collection.

Methods

Instances

ErrorListError [] (index: number)
Returns the ErrorListError with the specified index.

ParameterTypeDescription
indexnumberThe index.

ErrorListError anyItem ()
Returns any ErrorListError in the collection.

number count ()
Displays the number of elements in the ErrorListError.

Array of ErrorListError everyItem ()
Returns every ErrorListError in the collection.

ErrorListError firstItem ()
Returns the first ErrorListError in the collection.

ErrorListError item (index: varies)
Returns the ErrorListError with the specified index or name.

ParameterTypeDescription
indexLong Integer
String
The index or name. Can accept: Long Integer or String.

Array of ErrorListError itemByRange (from: varies, to: varies)
Returns the ErrorListErrors within the specified range.

ParameterTypeDescription
fromErrorListError
Long Integer
String
The ErrorListError, index, or name at the beginning of the range. Can accept: ErrorListError, Long Integer or String.
toErrorListError
Long Integer
String
The ErrorListError, index, or name at the end of the range. Can accept: ErrorListError, Long Integer or String.

ErrorListError lastItem ()
Returns the last ErrorListError in the collection.

ErrorListError middleItem ()
Returns the middle ErrorListError in the collection.

ErrorListError nextItem (obj: ErrorListError)
Returns the ErrorListError whose index follows the specified ErrorListError in the collection.

ParameterTypeDescription
objErrorListErrorThe ErrorListError whose index comes before the desired ErrorListError.

ErrorListError previousItem (obj: ErrorListError)
Returns the ErrorListError with the index previous to the specified index.

ParameterTypeDescription
objErrorListErrorThe index of the ErrorListError that follows the desired ErrorListError.

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

Element of

Application.errorListErrors

Jongware, 28-Apr-2012 v3.0.3iContents :: Index