Class
A collection of spreads.
add, count
Spreads
QuickLinks
Properties
Property | Type | Access | Description |
---|---|---|---|
length | number | readonly | The number of objects in the collection. |
Methods
Instances
Spread add ([at:
LocationOptions=LocationOptions.UNKNOWN][, reference:
any][, withProperties:
Object])
Creates a new spread.
Parameter | Type | Description |
---|---|---|
at | LocationOptions: LocationOptions.BEFORE LocationOptions.AFTER LocationOptions.AT_END LocationOptions.AT_BEGINNING LocationOptions.UNKNOWN | The location of the spread relative to the reference object or within the document. (Optional) (default: LocationOptions.UNKNOWN) |
reference | Document Spread | The reference object. Note: Required when the at parameter specifies before or after. Can accept: Spread or Document. (Optional) |
withProperties | Object | Initial values for properties of the new Spread (Optional) |
number count ()
Displays the number of elements in the Spread.
Element of
Document.spreads
Jongware, 27-Jun-2010 v3.0.3d | Contents :: Index |