Guides
QuickLinks
Properties
Property | Type | Access | Description |
---|---|---|---|
length | number | readonly | The number of objects in the collection. |
Methods
Instances
Guide add ([layer:
Layer][, withProperties:
Object])
Creates a new guide.
Parameter | Type | Description |
---|---|---|
layer | Layer | The layer on which to create the guide. (Optional) |
withProperties | Object | Initial values for properties of the new Guide (Optional) |
Guide anyItem ()
Returns any Guide in the collection.
number count ()
Displays the number of elements in the Guide.
Array
of Guide everyItem ()
Returns every Guide in the collection.
Guide firstItem ()
Returns the first Guide in the collection.
Guide item (index:
any)
Returns the Guide with the specified index or name.
Parameter | Type | Description |
---|---|---|
index | Long Integer String | The index or name. Can accept: Long Integer or String. |
Guide itemByID (id:
number)
Returns the Guide with the specified ID.
Parameter | Type | Description |
---|---|---|
id | number | The ID. |
Guide itemByName (name:
string)
Returns the Guide with the specified name.
Parameter | Type | Description |
---|---|---|
name | string | The name. |
Array
of Guide itemByRange (from:
any, to:
any)
Returns the Guides within the specified range.
Parameter | Type | Description |
---|---|---|
from | Guide Long Integer String | The Guide, index, or name at the beginning of the range. Can accept: Guide, Long Integer or String. |
to | Guide Long Integer String | The Guide, index, or name at the end of the range. Can accept: Guide, Long Integer or String. |
Guide lastItem ()
Returns the last Guide in the collection.
Guide middleItem ()
Returns the middle Guide in the collection.
Guide nextItem (obj:
Guide)
Returns the Guide whose index follows the specified Guide in the collection.
Parameter | Type | Description |
---|---|---|
obj | Guide | The Guide whose index comes before the desired Guide. |
Guide previousItem (obj:
Guide)
Returns the Guide with the index previous to the specified index.
Parameter | Type | Description |
---|---|---|
obj | Guide | The index of the Guide that follows the desired Guide. |
string toSource ()
Generates a string which, if executed, will return the Guide.
Element of
Document.guides
Layer.guides
MasterSpread.guides
Page.guides
Page.masterPageItems
Spread.guides
Jongware, 27-Jun-2010 v3.0.3d | Contents :: Index |