Adobe InCopy CS6 (8.0) Object Model JS: GotoFirstPageBehaviors

InCopy CS6

Class

GotoFirstPageBehaviors

 A collection of goto first page behavior objects.

See also GotoFirstPageBehavior.

QuickLinks

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

Properties

PropertyTypeAccessDescription
lengthnumber readonlyThe number of objects in the collection.

Methods

Instances

GotoFirstPageBehavior [] (index: number)
Returns the GotoFirstPageBehavior with the specified index.

ParameterTypeDescription
indexnumberThe index.

GotoFirstPageBehavior anyItem ()
Returns any GotoFirstPageBehavior in the collection.

number count ()
Displays the number of elements in the GotoFirstPageBehavior.

Array of GotoFirstPageBehavior everyItem ()
Returns every GotoFirstPageBehavior in the collection.

GotoFirstPageBehavior firstItem ()
Returns the first GotoFirstPageBehavior in the collection.

GotoFirstPageBehavior item (index: varies)
Returns the GotoFirstPageBehavior with the specified index or name.

ParameterTypeDescription
indexLong Integer
String
The index or name. Can accept: Long Integer or String.

GotoFirstPageBehavior itemByID (id: number)
Returns the GotoFirstPageBehavior with the specified ID.

ParameterTypeDescription
idnumberThe ID.

GotoFirstPageBehavior itemByName (name: string)
Returns the GotoFirstPageBehavior with the specified name.

ParameterTypeDescription
namestringThe name.

Array of GotoFirstPageBehavior itemByRange (from: varies, to: varies)
Returns the GotoFirstPageBehaviors within the specified range.

ParameterTypeDescription
fromGotoFirstPageBehavior
Long Integer
String
The GotoFirstPageBehavior, index, or name at the beginning of the range. Can accept: GotoFirstPageBehavior, Long Integer or String.
toGotoFirstPageBehavior
Long Integer
String
The GotoFirstPageBehavior, index, or name at the end of the range. Can accept: GotoFirstPageBehavior, Long Integer or String.

GotoFirstPageBehavior lastItem ()
Returns the last GotoFirstPageBehavior in the collection.

GotoFirstPageBehavior middleItem ()
Returns the middle GotoFirstPageBehavior in the collection.

GotoFirstPageBehavior nextItem (obj: GotoFirstPageBehavior)
Returns the GotoFirstPageBehavior whose index follows the specified GotoFirstPageBehavior in the collection.

ParameterTypeDescription
objGotoFirstPageBehaviorThe GotoFirstPageBehavior whose index comes before the desired GotoFirstPageBehavior.

GotoFirstPageBehavior previousItem (obj: GotoFirstPageBehavior)
Returns the GotoFirstPageBehavior with the index previous to the specified index.

ParameterTypeDescription
objGotoFirstPageBehaviorThe index of the GotoFirstPageBehavior that follows the desired GotoFirstPageBehavior.

string toSource ()
Generates a string which, if executed, will return the GotoFirstPageBehavior.

Element of

Button.gotoFirstPageBehaviors

CheckBox.gotoFirstPageBehaviors

ComboBox.gotoFirstPageBehaviors

ListBox.gotoFirstPageBehaviors

RadioButton.gotoFirstPageBehaviors

SignatureField.gotoFirstPageBehaviors

TextBox.gotoFirstPageBehaviors

Jongware, 29-Apr-2012 v3.0.3iContents :: Index