GotoNextPageBehaviors

A collection of goto next page behavior objects.

Methods:

[], add, anyItem, count, everyItem, firstItem, item, itemByID, itemByName, itemByRange, lastItem, middleItem, nextItem, previousItem, toSource

Property Listing

Property

Type

Access

Description

length

Number

readonly

The number of objects in the collection.

Method Listing

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.

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

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.

GotoNextPageBehavior itemByRange (from:Varies GotoNextPageBehavior LongInteger String, to:Varies GotoNextPageBehavior LongInteger String)

Returns the GotoNextPageBehaviors within the specified range.

Parameter

Type

Description

from

GotoNextPageBehavior

LongInteger

String

The GotoNextPageBehavior, index, or name at the beginning of the range. Can accept: GotoNextPageBehavior, Long Integer or String.

to

GotoNextPageBehavior

LongInteger

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.

Object of

Button.gotoNextPageBehaviors

CheckBox.gotoNextPageBehaviors

ComboBox.gotoNextPageBehaviors

ListBox.gotoNextPageBehaviors

RadioButton.gotoNextPageBehaviors

TextBox.gotoNextPageBehaviors

SignatureField.gotoNextPageBehaviors