GotoNextPageBehaviors
A collection of goto next page 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
GotoNextPageBehavior [] (index:Number)
Returns the GotoNextPageBehavior with the specified index.
Parameter |
Type |
Description |
---|---|---|
index |
The index. |
GotoNextPageBehavior add (withProperties:Object)
Creates a new GotoNextPageBehavior.
Parameter |
Type |
Description |
---|---|---|
withProperties |
Initial values for properties of the new GotoNextPageBehavior (Optional) |
GotoNextPageBehavior anyItem ()
Returns any GotoNextPageBehavior in the collection.
Number count ()
Displays the number of elements in the GotoNextPageBehavior.
GotoNextPageBehavior everyItem ()
Returns every GotoNextPageBehavior in the collection.
GotoNextPageBehavior firstItem ()
Returns the first GotoNextPageBehavior in the collection.
GotoNextPageBehavior item (index:Varies LongInteger String)
Returns the GotoNextPageBehavior with the specified index or name.
Parameter |
Type |
Description |
---|---|---|
index |
LongInteger |
The index or name. Can accept: Long Integer or String. |
GotoNextPageBehavior itemByID (id:Number)
Returns the GotoNextPageBehavior with the specified ID.
Parameter |
Type |
Description |
---|---|---|
id |
The ID. |
GotoNextPageBehavior itemByName (name:String)
Returns the GotoNextPageBehavior with the specified name.
Parameter |
Type |
Description |
---|---|---|
name |
The name. |
GotoNextPageBehavior itemByRange (from:Varies GotoNextPageBehavior LongInteger String, to:Varies GotoNextPageBehavior LongInteger String)
Returns the GotoNextPageBehaviors within the specified range.
Parameter |
Type |
Description |
---|---|---|
from |
LongInteger |
The GotoNextPageBehavior, index, or name at the beginning of the range. Can accept: GotoNextPageBehavior, Long Integer or String. |
to |
LongInteger |
The GotoNextPageBehavior, index, or name at the end of the range. Can accept: GotoNextPageBehavior, Long Integer or String. |
GotoNextPageBehavior lastItem ()
Returns the last GotoNextPageBehavior in the collection.
GotoNextPageBehavior middleItem ()
Returns the middle GotoNextPageBehavior in the collection.
GotoNextPageBehavior nextItem (obj:GotoNextPageBehavior)
Returns the GotoNextPageBehavior whose index follows the specified GotoNextPageBehavior in the collection.
Parameter |
Type |
Description |
---|---|---|
obj |
The GotoNextPageBehavior whose index comes before the desired GotoNextPageBehavior. |
GotoNextPageBehavior previousItem (obj:GotoNextPageBehavior)
Returns the GotoNextPageBehavior with the index previous to the specified index.
Parameter |
Type |
Description |
---|---|---|
obj |
The index of the GotoNextPageBehavior that follows the desired GotoNextPageBehavior. |
String toSource ()
Generates a string which, if executed, will return the GotoNextPageBehavior.
Object of
Button.gotoNextPageBehaviors
CheckBox.gotoNextPageBehaviors
ComboBox.gotoNextPageBehaviors
ListBox.gotoNextPageBehaviors
RadioButton.gotoNextPageBehaviors
TextBox.gotoNextPageBehaviors
SignatureField.gotoNextPageBehaviors