PrintFormBehaviors
A collection of print form behavior objects.
Instance
Read Only
Number length
The number of objects in the collection.
Methods
Number count()
Displays the number of elements in the PrintFormBehavior.
PrintFormBehavior add( Object withProperties )
Creates a new PrintFormBehavior.
Parameters
Type Name Description 
PrintFormBehavior item( Mixed index )
Returns the PrintFormBehavior with the specified index or name.
Parameters
Type Name Description 
PrintFormBehavior itemByName( String name )
Returns the PrintFormBehavior with the specified name.
Parameters
Type Name Description 
PrintFormBehavior itemByID( Number id )
Returns the PrintFormBehavior with the specified ID.
Parameters
Type Name Description 
PrintFormBehavior itemByRange( Mixed from, Mixed to )
Returns the PrintFormBehaviors within the specified range.
Parameters
Type Name Description 
PrintFormBehavior firstItem()
Returns the first PrintFormBehavior in the collection.
PrintFormBehavior lastItem()
Returns the last PrintFormBehavior in the collection.
PrintFormBehavior middleItem()
Returns the middle PrintFormBehavior in the collection.
PrintFormBehavior previousItem( PrintFormBehavior obj )
Returns the PrintFormBehavior with the index previous to the specified index.
Parameters
Type Name Description 
PrintFormBehavior nextItem( PrintFormBehavior obj )
Returns the PrintFormBehavior whose index follows the specified PrintFormBehavior in the collection.
Parameters
Type Name Description 
PrintFormBehavior anyItem()
Returns any PrintFormBehavior in the collection.
PrintFormBehavior everyItem()
Returns every PrintFormBehavior in the collection.
String toSource()
Generates a string which, if executed, will return the PrintFormBehavior.
PrintFormBehavior []( Number index )
Returns the PrintFormBehavior with the specified index.
Parameters
Type Name Description