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