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