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