A collection of spreads.
Spreads Properties
| Property | Type | Access | Description |
|---|---|---|---|
| item | Object | read | Returns the spread with the specified index or name. |
| length | Long | read | The number of spreads in the collection. |
Spreads Methods
| Method | Returns | Description |
|---|---|---|
| add | Spread | Create a new spread. |
| anyItem | Object | Returns any spread. |
| firstItem | Object | Returns the first spread. |
| itemByID | Object | Returns the spread with the specified ID. |
| itemByRange | Objects | Returns the spreads within the specified range. |
| lastItem | Object | Returns the last spread. |
| middleItem | Object | Returns the middle spread. |
| nextItem | Object | Returns the next spread. |
| previousItem | Object | Returns the previous spread. |