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