Edit in GitHubLog an issue

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

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

Number count()

Displays the number of elements in the PreflightProfile.


PreflightProfile item( Mixed index )

Returns the PreflightProfile with the specified index or name.

Parameters

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

PreflightProfile itemByName( String name )

Returns the PreflightProfile with the specified name.

Parameters

TypeNameDescription
String
name
The name.

PreflightProfile itemByID( Number id )

Returns the PreflightProfile with the specified ID.

Parameters

TypeNameDescription
Number
id
The ID.

PreflightProfile itemByRange( Mixed from, Mixed to )

Returns the PreflightProfiles within the specified range.

Parameters

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

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

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

PreflightProfile nextItem( PreflightProfile obj )

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

Parameters

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

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.

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.