Interactive ElementsGotoFirstPageBehaviors

A collection of goto first page behavior objects.

Instance Properties

Name Description Access
length number The number of objects in the collection. read-only

Methods

add(
[withProperties])
 → GotoFirstPageBehavior
count(
)
 → number
item(
index)
 → GotoFirstPageBehavior
toSource(
)
 → string
add(
[withProperties])
 → GotoFirstPageBehavior
Creates a new GotoFirstPageBehavior.
withProperties Object Initial values for properties of the new GotoFirstPageBehavior (Optional)
anyItem(
)
 → GotoFirstPageBehavior
Returns any GotoFirstPageBehavior in the collection.
count(
)
 → number
Displays the number of elements in the GotoFirstPageBehavior.
everyItem(
)
 → GotoFirstPageBehavior
Returns every GotoFirstPageBehavior in the collection.
firstItem(
)
 → GotoFirstPageBehavior
Returns the first GotoFirstPageBehavior in the collection.
item(
index)
 → GotoFirstPageBehavior
Returns the GotoFirstPageBehavior with the specified index or name.
index The index or name. Can accept: Long Integer or String.
itemByID(
id)
 → GotoFirstPageBehavior
Returns the GotoFirstPageBehavior with the specified ID.
id number The ID.
itemByName(
name)
 → GotoFirstPageBehavior
Returns the GotoFirstPageBehavior with the specified name.
name string The name.
itemByRange(
from, to)
 → GotoFirstPageBehavior
Returns the GotoFirstPageBehaviors within the specified range.
from The GotoFirstPageBehavior, index, or name at the beginning of the range. Can accept: GotoFirstPageBehavior, Long Integer or String.
to The GotoFirstPageBehavior, index, or name at the end of the range. Can accept: GotoFirstPageBehavior, Long Integer or String.
lastItem(
)
 → GotoFirstPageBehavior
Returns the last GotoFirstPageBehavior in the collection.
middleItem(
)
 → GotoFirstPageBehavior
Returns the middle GotoFirstPageBehavior in the collection.
nextItem(
obj)
 → GotoFirstPageBehavior
Returns the GotoFirstPageBehavior whose index follows the specified GotoFirstPageBehavior in the collection.
obj GotoFirstPageBehavior The GotoFirstPageBehavior whose index comes before the desired GotoFirstPageBehavior.
previousItem(
obj)
 → GotoFirstPageBehavior
Returns the GotoFirstPageBehavior with the index previous to the specified index.
obj GotoFirstPageBehavior The index of the GotoFirstPageBehavior that follows the desired GotoFirstPageBehavior.
toSource(
)
 → string
Generates a string which, if executed, will return the GotoFirstPageBehavior.