InstancesPrintFormBehavior [] (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.
Array of PrintFormBehavior everyItem ()
Returns every PrintFormBehavior in the collection.
PrintFormBehavior firstItem ()
Returns the first PrintFormBehavior in the collection.
PrintFormBehavior item (index:
varies)
Returns the PrintFormBehavior with the specified index or name.
Parameter | Type | Description |
index | Long Integer 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. |
Array of PrintFormBehavior itemByRange (from:
varies, to:
varies)
Returns the PrintFormBehaviors within the specified range.
Parameter | Type | Description |
from | Long Integer PrintFormBehavior String | The PrintFormBehavior, index, or name at the beginning of the range. Can accept: PrintFormBehavior, Long Integer or String. |
to | Long Integer 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.
|