PrintFormBehaviors

A collection of print form 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

PrintFormBehavior [] (index:Number)

Returns the PrintFormBehavior with the specified index.

Parameter

Type

Description

index

Number

The index.

PrintFormBehavior add (withProperties:Object)

Creates a new PrintFormBehavior.

Parameter

Type

Description

withProperties

Object

Initial values for properties of the new PrintFormBehavior (Optional)

PrintFormBehavior anyItem ()

Returns any PrintFormBehavior in the collection.

Number count ()

Displays the number of elements in the PrintFormBehavior.

PrintFormBehavior everyItem ()

Returns every PrintFormBehavior in the collection.

PrintFormBehavior firstItem ()

Returns the first PrintFormBehavior in the collection.

PrintFormBehavior item (index:Varies LongInteger String)

Returns the PrintFormBehavior with the specified index or name.

Parameter

Type

Description

index

LongInteger

String

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

PrintFormBehavior itemByID (id:Number)

Returns the PrintFormBehavior with the specified ID.

Parameter

Type

Description

id

Number

The ID.

PrintFormBehavior itemByName (name:String)

Returns the PrintFormBehavior with the specified name.

Parameter

Type

Description

name

String

The name.

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

Returns the PrintFormBehaviors within the specified range.

Parameter

Type

Description

from

LongInteger

PrintFormBehavior

String

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

to

LongInteger

PrintFormBehavior

String

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

PrintFormBehavior lastItem ()

Returns the last PrintFormBehavior in the collection.

PrintFormBehavior middleItem ()

Returns the middle PrintFormBehavior in the collection.

PrintFormBehavior nextItem (obj:PrintFormBehavior)

Returns the PrintFormBehavior whose index follows the specified PrintFormBehavior in the collection.

Parameter

Type

Description

obj

PrintFormBehavior

The PrintFormBehavior whose index comes before the desired PrintFormBehavior.

PrintFormBehavior previousItem (obj:PrintFormBehavior)

Returns the PrintFormBehavior with the index previous to the specified index.

Parameter

Type

Description

obj

PrintFormBehavior

The index of the PrintFormBehavior that follows the desired PrintFormBehavior.

String toSource ()

Generates a string which, if executed, will return the PrintFormBehavior.

Object of

Button.printFormBehaviors

CheckBox.printFormBehaviors

ComboBox.printFormBehaviors

ListBox.printFormBehaviors

RadioButton.printFormBehaviors

TextBox.printFormBehaviors

SignatureField.printFormBehaviors