GotoNextPageBehaviors
See also GotoNextPageBehavior.
QuickLinks
Properties
Property | Type | Access | Description |
---|---|---|---|
length | number | readonly | The number of objects in the collection. |
Methods
Instances
GotoNextPageBehavior [] (index:
number)
Returns the GotoNextPageBehavior with the specified index.
Parameter | Type | Description |
---|---|---|
index | number | The index. |
GotoNextPageBehavior add ([withProperties:
Object])
Creates a new GotoNextPageBehavior.
Parameter | Type | Description |
---|---|---|
withProperties | Object | 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.
Array of GotoNextPageBehavior everyItem ()
Returns every GotoNextPageBehavior in the collection.
GotoNextPageBehavior firstItem ()
Returns the first GotoNextPageBehavior in the collection.
GotoNextPageBehavior item (index:
varies)
Returns the GotoNextPageBehavior with the specified index or name.
Parameter | Type | Description |
---|---|---|
index | Long Integer String | 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 | number | The ID. |
GotoNextPageBehavior itemByName (name:
string)
Returns the GotoNextPageBehavior with the specified name.
Parameter | Type | Description |
---|---|---|
name | string | The name. |
Array of GotoNextPageBehavior itemByRange (from:
varies, to:
varies)
Returns the GotoNextPageBehaviors within the specified range.
Parameter | Type | Description |
---|---|---|
from | GotoNextPageBehavior Long Integer String | The GotoNextPageBehavior, index, or name at the beginning of the range. Can accept: GotoNextPageBehavior, Long Integer or String. |
to | GotoNextPageBehavior Long Integer String | 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 | GotoNextPageBehavior | 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 | GotoNextPageBehavior | The index of the GotoNextPageBehavior that follows the desired GotoNextPageBehavior. |
string toSource ()
Generates a string which, if executed, will return the GotoNextPageBehavior.
Element of
Button.gotoNextPageBehaviors
CheckBox.gotoNextPageBehaviors
ComboBox.gotoNextPageBehaviors
ListBox.gotoNextPageBehaviors
RadioButton.gotoNextPageBehaviors
SignatureField.gotoNextPageBehaviors
TextBox.gotoNextPageBehaviors
Jongware, 28-Apr-2012 v3.0.3i | Contents :: Index |