Interactive ElementsGotoNextPageBehaviors

A collection of goto next page behavior objects.

Instance Properties

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

Methods

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