Adobe InDesign CS5.5 Server (7.5) Object Model JS: Documents

InDesign Server CS5.5

Class

Documents

 A collection of documents.

See also Document.

QuickLinks

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

Properties

PropertyTypeAccessDescription
lengthnumber readonlyThe number of objects in the collection.

Methods

Instances

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

ParameterTypeDescription
indexnumberThe index.

Document add ([documentPreset: DocumentPreset][, withProperties: Object])
Creates a new document

ParameterTypeDescription
documentPresetDocumentPresetThe document preset to use. (Optional)
withPropertiesObjectInitial values for properties of the new Document (Optional)

Document anyItem ()
Returns any Document in the collection.

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

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

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

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

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

Document itemByID (id: number)
Returns the Document with the specified ID.

ParameterTypeDescription
idnumberThe ID.

Document itemByName (name: string)
Returns the Document with the specified name.

ParameterTypeDescription
namestringThe name.

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

ParameterTypeDescription
fromDocument
Long Integer
String
The Document, index, or name at the beginning of the range. Can accept: Document, Long Integer or String.
toDocument
Long Integer
String
The Document, index, or name at the end of the range. Can accept: Document, Long Integer or String.

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

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

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

ParameterTypeDescription
objDocumentThe Document whose index comes before the desired Document.

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

ParameterTypeDescription
objDocumentThe index of the Document that follows the desired Document.

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

Element of

Application.documents

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