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