GotoAnchorBehaviors
A collection of goto anchor behavior objects.
Go to Property Listing | Method Listing
Methods:
[], add, anyItem, count, everyItem, firstItem, item, itemByID, itemByName, itemByRange, lastItem, middleItem, nextItem, previousItem, toSource
Property Listing
Property |
Type |
Access |
Description |
---|---|---|---|
readonly |
The number of objects in the collection. |
Method Listing
GotoAnchorBehavior [] (index:Number)
Returns the GotoAnchorBehavior with the specified index.
Parameter |
Type |
Description |
---|---|---|
index |
The index. |
GotoAnchorBehavior add (withProperties:Object)
Creates a new GotoAnchorBehavior.
Parameter |
Type |
Description |
---|---|---|
withProperties |
Initial values for properties of the new GotoAnchorBehavior (Optional) |
GotoAnchorBehavior anyItem ()
Returns any GotoAnchorBehavior in the collection.
Number count ()
Displays the number of elements in the GotoAnchorBehavior.
GotoAnchorBehavior everyItem ()
Returns every GotoAnchorBehavior in the collection.
GotoAnchorBehavior firstItem ()
Returns the first GotoAnchorBehavior in the collection.
GotoAnchorBehavior item (index:Varies LongInteger String)
Returns the GotoAnchorBehavior with the specified index or name.
Parameter |
Type |
Description |
---|---|---|
index |
LongInteger |
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 |
The ID. |
GotoAnchorBehavior itemByName (name:String)
Returns the GotoAnchorBehavior with the specified name.
Parameter |
Type |
Description |
---|---|---|
name |
The name. |
GotoAnchorBehavior itemByRange (from:Varies GotoAnchorBehavior LongInteger String, to:Varies GotoAnchorBehavior LongInteger String)
Returns the GotoAnchorBehaviors within the specified range.
Parameter |
Type |
Description |
---|---|---|
from |
LongInteger |
The GotoAnchorBehavior, index, or name at the beginning of the range. Can accept: GotoAnchorBehavior, Long Integer or String. |
to |
LongInteger |
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 |
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 |
The index of the GotoAnchorBehavior that follows the desired GotoAnchorBehavior. |
String toSource ()
Generates a string which, if executed, will return the GotoAnchorBehavior.
Object of
Button.gotoAnchorBehaviors
CheckBox.gotoAnchorBehaviors
ComboBox.gotoAnchorBehaviors
ListBox.gotoAnchorBehaviors
RadioButton.gotoAnchorBehaviors
TextBox.gotoAnchorBehaviors
SignatureField.gotoAnchorBehaviors