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