Interactive ElementsGotoLastPageBehaviors

A collection of goto last page behavior objects.

Instance Properties

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

Methods

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