-
add( |
[layer] [, at=LocationOptions.UNKNOWN], reference [, withProperties]) |
→ Movie |
-
Creates a new Movie
layer
|
Layer
The layer on which to create the Movie. (Optional)
|
at
|
LocationOptions
The location at which to insert the Movie relative to the reference object or within the container object. (Optional)
|
reference
|
The reference object. Note: Required when the at parameter is before or after. Can accept: Document, Spread, MasterSpread, Page, Layer or PageItem. (Optional)
|
withProperties
|
Object
Initial values for properties of the new Movie (Optional)
|
-
-
Returns any Movie in the collection.
-
-
Displays the number of elements in the Movie.
-
-
Returns every Movie in the collection.
-
-
Returns the first Movie in the collection.
-
-
Returns the Movie with the specified index or name.
index
|
The index or name. Can accept: Long Integer or String.
|
-
-
Returns the Movie with the specified ID.
-
itemByName( |
name) |
→ Movie |
-
Returns the Movie with the specified name.
-
itemByRange( |
from, to) |
→ Movie |
-
Returns the Movies within the specified range.
from
|
The Movie, index, or name at the beginning of the range. Can accept: Movie, Long Integer or String.
|
to
|
The Movie, index, or name at the end of the range. Can accept: Movie, Long Integer or String.
|
-
-
Returns the last Movie in the collection.
-
-
Returns the middle Movie in the collection.
-
-
Returns the Movie whose index follows the specified Movie in the collection.
obj
|
Movie
The Movie whose index comes before the desired Movie.
|
-
previousItem( |
obj) |
→ Movie |
-
Returns the Movie with the index previous to the specified index.
obj
|
Movie
The index of the Movie that follows the desired Movie.
|
-
-
Generates a string which, if executed, will return the Movie.