InDesign Server2025
API 20.5.0.49
Collection of PrintFormBehavior

PrintFormBehaviors

A collection of print form behavior objects.

Properties

NameType AccessDescription
Number readonly The number of objects in the collection.

Methods

PrintFormBehavior

Creates a new PrintFormBehavior.

withProperties? Object Initial values for properties of the new PrintFormBehavior
Number

Displays the number of elements in the PrintFormBehavior.

PrintFormBehavior[]

Returns every PrintFormBehavior in the collection.

PrintFormBehavior

Returns the first PrintFormBehavior in the collection.

PrintFormBehavior

Returns the PrintFormBehavior with the specified index or name.

index LongInteger | String The index or name. Can accept: Long Integer or String.
PrintFormBehavior

Returns the PrintFormBehavior with the specified name.

name String The name.
PrintFormBehavior[]

Returns the PrintFormBehaviors within the specified range.

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

Returns the last PrintFormBehavior in the collection.

PrintFormBehavior

Returns the middle PrintFormBehavior in the collection.

PrintFormBehavior

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

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

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

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

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

Object of 7

Properties elsewhere that hold a PrintFormBehaviors.