InDesign Server2025
API 20.5.0.49
Collection of MovieBehavior

MovieBehaviors

A collection of movie behavior objects.

Properties

NameType AccessDescription
Number readonly The number of objects in the collection.

Methods

MovieBehavior

Returns the MovieBehavior with the specified index.

index Number The index.
MovieBehavior

Creates a new MovieBehavior.

withProperties? Object Initial values for properties of the new MovieBehavior
MovieBehavior

Returns any MovieBehavior in the collection.

Number

Displays the number of elements in the MovieBehavior.

MovieBehavior[]

Returns every MovieBehavior in the collection.

MovieBehavior

Returns the first MovieBehavior in the collection.

MovieBehavior

Returns the MovieBehavior with the specified index or name.

index LongInteger | String The index or name. Can accept: Long Integer or String.
MovieBehavior

Returns the MovieBehavior with the specified ID.

id Number The ID.
MovieBehavior

Returns the MovieBehavior with the specified name.

name String The name.
MovieBehavior[]

Returns the MovieBehaviors within the specified range.

from LongInteger | MovieBehavior | String The MovieBehavior, index, or name at the beginning of the range. Can accept: MovieBehavior, Long Integer or String.
to LongInteger | MovieBehavior | String The MovieBehavior, index, or name at the end of the range. Can accept: MovieBehavior, Long Integer or String.
MovieBehavior

Returns the last MovieBehavior in the collection.

MovieBehavior

Returns the middle MovieBehavior in the collection.

MovieBehavior

Returns the MovieBehavior whose index follows the specified MovieBehavior in the collection.

obj MovieBehavior The MovieBehavior whose index comes before the desired MovieBehavior.
MovieBehavior

Returns the MovieBehavior with the index previous to the specified index.

obj MovieBehavior The index of the MovieBehavior that follows the desired MovieBehavior.
String

Generates a string which, if executed, will return the MovieBehavior.

Object of 7

Properties elsewhere that hold a MovieBehaviors.