Movies
QuickLinks
Properties
Property | Type | Access | Description |
---|---|---|---|
length | number | readonly | The number of objects in the collection. |
Methods
Instances
Movie add ([layer:
Layer][, at:
LocationOptions=LocationOptions.UNKNOWN][, reference:
any][, withProperties:
Object])
Create a new Movie
Parameter | Type | Description |
---|---|---|
layer | Layer | The layer on which to create the Movie. (Optional) |
at | LocationOptions: LocationOptions.BEFORE LocationOptions.AFTER LocationOptions.AT_END LocationOptions.AT_BEGINNING LocationOptions.UNKNOWN | Location (Optional) (default: LocationOptions.UNKNOWN) |
reference | Document Layer MasterSpread Page Spread | Before/after this Movie or at the beginning/end of this Document, Spread, Master Spread, Page or Layer. Can accept: Document, Spread, MasterSpread, Page or Layer. (Optional) |
withProperties | Object | Initial values for properties of the new Movie (Optional) |
Movie anyItem ()
Returns any Movie in the collection.
number count ()
Displays the number of elements in the Movie.
Array
of Movie everyItem ()
Returns every Movie in the collection.
Movie firstItem ()
Returns the first Movie in the collection.
Movie item (index:
any)
Returns the Movie with the specified index or name.
Parameter | Type | Description |
---|---|---|
index | Long String | The index or name. Can accept: Long or String. |
Movie itemByID (id:
number)
Returns the Movie with the specified ID.
Parameter | Type | Description |
---|---|---|
id | number | The ID. |
Movie itemByName (name:
string)
Returns the Movie with the specified name.
Parameter | Type | Description |
---|---|---|
name | string | The name. |
Array
of Movie itemByRange (from:
any, to:
any)
Returns the Movies within the specified range.
Parameter | Type | Description |
---|---|---|
from | Long Movie String | The Movie, index, or name at the beginning of the range. Can accept: Movie, Long or String. |
to | Long Movie String | The Movie, index, or name at the end of the range. Can accept: Movie, Long or String. |
Movie lastItem ()
Returns the last Movie in the collection.
Movie middleItem ()
Returns the middle Movie in the collection.
Movie nextItem (obj:
Movie)
Returns the Movie whose index follows the specified Movie in the collection.
Parameter | Type | Description |
---|---|---|
obj | Movie | The Movie whose index comes before the desired Movie. |
Movie previousItem (obj:
Movie)
Returns the Movie with the index previous to the specified index.
Parameter | Type | Description |
---|---|---|
obj | Movie | The index of the Movie that follows the desired Movie. |
string toSource ()
Generates a string which, if executed, will return the Movie.
Element of
Oval.movies
Page.masterPageItems
PageItem.movies
Polygon.movies
Rectangle.movies
Used in:
Asset Library.store (using: Array of any)
Jongware, 27-Jun-2010 v3.0.3d | Contents :: Index |