Edit in GitHubLog an issue

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

TypeNameDescription
Object
withProperties
Initial values for properties of the new PrintFormBehavior (Optional)

PrintFormBehavior item( Mixed index )

Returns the PrintFormBehavior with the specified index or name.

Parameters

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

PrintFormBehavior itemByName( String name )

Returns the PrintFormBehavior with the specified name.

Parameters

TypeNameDescription
String
name
The name.

PrintFormBehavior itemByID( Number id )

Returns the PrintFormBehavior with the specified ID.

Parameters

TypeNameDescription
Number
id
The ID.

PrintFormBehavior itemByRange( Mixed from, Mixed to )

Returns the PrintFormBehaviors within the specified range.

Parameters

TypeNameDescription
Mixed
from
The PrintFormBehavior, index, or name at the beginning of the range. Can accept: PrintFormBehavior, Long Integer or String.
Mixed
to
The PrintFormBehavior, index, or name at the end of the range. Can accept: PrintFormBehavior, Long Integer or String.

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

TypeNameDescription
PrintFormBehavior
obj
The index of the PrintFormBehavior that follows the desired PrintFormBehavior.

PrintFormBehavior nextItem( PrintFormBehavior obj )

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

Parameters

TypeNameDescription
PrintFormBehavior
obj
The PrintFormBehavior whose index comes before the desired PrintFormBehavior.

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

TypeNameDescription
Number
index
The index.
Was this helpful?
  • Privacy
  • Terms of Use
  • Do not sell or share my personal information
  • AdChoices
Copyright © 2023 Adobe. All rights reserved.