Adobe InDesign CS2 (4.0) Object Model JS: GraphicLayers

InDesign CS2

Class

GraphicLayers

 A collection of graphic layers.

QuickLinks

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

GraphicLayer anyItem ()
Returns any GraphicLayer in the collection.

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

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

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

GraphicLayer item (index: any)
Returns the GraphicLayer with the specified index or name.

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

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

ParameterTypeDescription
idnumberThe ID.

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

ParameterTypeDescription
namestringThe name.

Array of GraphicLayer itemByRange (from: any, to: any)
Returns the GraphicLayers within the specified range.

ParameterTypeDescription
fromGraphicLayer
Long
String
The GraphicLayer, index, or name at the beginning of the range. Can accept: GraphicLayer, Long or String.
toGraphicLayer
Long
String
The GraphicLayer, index, or name at the end of the range. Can accept: GraphicLayer, Long or String.

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

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

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

ParameterTypeDescription
objGraphicLayerThe GraphicLayer whose index comes before the desired GraphicLayer.

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

ParameterTypeDescription
objGraphicLayerThe index of the GraphicLayer that follows the desired GraphicLayer.

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

Element of

GraphicLayer.graphicLayers

GraphicLayerOption.graphicLayers

Jongware, 27-Jun-2010 v3.0.3dContents :: Index