TimingTargets
QuickLinks
Properties
Property | Type | Access | Description |
---|---|---|---|
length | number | readonly | The number of objects in the collection. |
Methods
Instances
TimingTarget [] (index:
number)
Returns the TimingTarget with the specified index.
Parameter | Type | Description |
---|---|---|
index | number | The index. |
TimingTarget add (dynamicTarget:
varies[, delaySeconds:
number=0][, withProperties:
Object])
Adds a new target item.
Parameter | Type | Description |
---|---|---|
dynamicTarget | Behavior Graphic MediaItem PageItem | A page item target that is an animation, media, or mso. Can accept: PageItem, Graphic, Behavior or MediaItem. |
delaySeconds | number | The time delay in seconds for a target. (Optional) (default: 0) |
withProperties | Object | Initial values for properties of the new TimingTarget (Optional) |
TimingTarget anyItem ()
Returns any TimingTarget in the collection.
number count ()
Displays the number of elements in the TimingTarget.
Array
of TimingTarget everyItem ()
Returns every TimingTarget in the collection.
TimingTarget firstItem ()
Returns the first TimingTarget in the collection.
TimingTarget item (index:
varies)
Returns the TimingTarget with the specified index or name.
Parameter | Type | Description |
---|---|---|
index | Long Integer String | The index or name. Can accept: Long Integer or String. |
Array
of TimingTarget itemByRange (from:
varies, to:
varies)
Returns the TimingTargets within the specified range.
Parameter | Type | Description |
---|---|---|
from | Long Integer String TimingTarget | The TimingTarget, index, or name at the beginning of the range. Can accept: TimingTarget, Long Integer or String. |
to | Long Integer String TimingTarget | The TimingTarget, index, or name at the end of the range. Can accept: TimingTarget, Long Integer or String. |
TimingTarget lastItem ()
Returns the last TimingTarget in the collection.
TimingTarget middleItem ()
Returns the middle TimingTarget in the collection.
TimingTarget nextItem (obj:
TimingTarget)
Returns the TimingTarget whose index follows the specified TimingTarget in the collection.
Parameter | Type | Description |
---|---|---|
obj | TimingTarget | The TimingTarget whose index comes before the desired TimingTarget. |
TimingTarget previousItem (obj:
TimingTarget)
Returns the TimingTarget with the index previous to the specified index.
Parameter | Type | Description |
---|---|---|
obj | TimingTarget | The index of the TimingTarget that follows the desired TimingTarget. |
string toSource ()
Generates a string which, if executed, will return the TimingTarget.
Element of
TimingGroup.timingTargets
Jongware, 23-Mar-2011 v3.0.3d | Contents :: Index |