GotoPreviousPageBehaviors
See also GotoPreviousPageBehavior.
QuickLinks
Properties
Property | Type | Access | Description |
---|---|---|---|
length | number | readonly | The number of objects in the collection. |
Methods
Instances
GotoPreviousPageBehavior [] (index:
number)
Returns the GotoPreviousPageBehavior with the specified index.
Parameter | Type | Description |
---|---|---|
index | number | The index. |
GotoPreviousPageBehavior anyItem ()
Returns any GotoPreviousPageBehavior in the collection.
number count ()
Displays the number of elements in the GotoPreviousPageBehavior.
Array
of GotoPreviousPageBehavior everyItem ()
Returns every GotoPreviousPageBehavior in the collection.
GotoPreviousPageBehavior firstItem ()
Returns the first GotoPreviousPageBehavior in the collection.
GotoPreviousPageBehavior item (index:
varies)
Returns the GotoPreviousPageBehavior with the specified index or name.
Parameter | Type | Description |
---|---|---|
index | Long Integer String | The index or name. Can accept: Long Integer or String. |
GotoPreviousPageBehavior itemByID (id:
number)
Returns the GotoPreviousPageBehavior with the specified ID.
Parameter | Type | Description |
---|---|---|
id | number | The ID. |
GotoPreviousPageBehavior itemByName (name:
string)
Returns the GotoPreviousPageBehavior with the specified name.
Parameter | Type | Description |
---|---|---|
name | string | The name. |
Array
of GotoPreviousPageBehavior itemByRange (from:
varies, to:
varies)
Returns the GotoPreviousPageBehaviors within the specified range.
Parameter | Type | Description |
---|---|---|
from | GotoPreviousPageBehavior Long Integer String | The GotoPreviousPageBehavior, index, or name at the beginning of the range. Can accept: GotoPreviousPageBehavior, Long Integer or String. |
to | GotoPreviousPageBehavior Long Integer String | The GotoPreviousPageBehavior, index, or name at the end of the range. Can accept: GotoPreviousPageBehavior, Long Integer or String. |
GotoPreviousPageBehavior lastItem ()
Returns the last GotoPreviousPageBehavior in the collection.
GotoPreviousPageBehavior middleItem ()
Returns the middle GotoPreviousPageBehavior in the collection.
GotoPreviousPageBehavior nextItem (obj:
GotoPreviousPageBehavior)
Returns the GotoPreviousPageBehavior whose index follows the specified GotoPreviousPageBehavior in the collection.
Parameter | Type | Description |
---|---|---|
obj | GotoPreviousPageBehavior | The GotoPreviousPageBehavior whose index comes before the desired GotoPreviousPageBehavior. |
GotoPreviousPageBehavior previousItem (obj:
GotoPreviousPageBehavior)
Returns the GotoPreviousPageBehavior with the index previous to the specified index.
Parameter | Type | Description |
---|---|---|
obj | GotoPreviousPageBehavior | The index of the GotoPreviousPageBehavior that follows the desired GotoPreviousPageBehavior. |
string toSource ()
Generates a string which, if executed, will return the GotoPreviousPageBehavior.
Element of
Button.gotoPreviousPageBehaviors
Jongware, 29-Apr-2012 v3.0.3i | Contents :: Index |