TimingTargets
A collection of timing target.
Go to Property Listing | Method Listing
Methods:
[], add, anyItem, count, everyItem, firstItem, item, itemByRange, lastItem, middleItem, nextItem, previousItem, toSource
Property Listing
Property |
Type |
Access |
Description |
---|---|---|---|
readonly |
The number of objects in the collection. |
Method Listing
TimingTarget [] (index:Number)
Returns the TimingTarget with the specified index.
Parameter |
Type |
Description |
---|---|---|
index |
The index. |
TimingTarget add (dynamicTarget:Varies Behavior Graphic PageItem MediaItem, [delaySeconds:Number=Number], withProperties:Object)
Adds a new target item.
Parameter |
Type |
Description |
---|---|---|
dynamicTarget |
A page item target that is an animation, media, or mso. Can accept: PageItem, Graphic, Behavior or MediaItem. |
|
delaySeconds |
The time delay in seconds for a target. (Optional) (default: 0) |
|
withProperties |
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.
TimingTarget everyItem ()
Returns every TimingTarget in the collection.
TimingTarget firstItem ()
Returns the first TimingTarget in the collection.
TimingTarget item (index:Varies LongInteger String)
Returns the TimingTarget with the specified index or name.
Parameter |
Type |
Description |
---|---|---|
index |
LongInteger |
The index or name. Can accept: Long Integer or String. |
TimingTarget itemByRange (from:Varies LongInteger TimingTarget String, to:Varies LongInteger TimingTarget String)
Returns the TimingTargets within the specified range.
Parameter |
Type |
Description |
---|---|---|
from |
LongInteger |
The TimingTarget, index, or name at the beginning of the range. Can accept: TimingTarget, Long Integer or String. |
to |
LongInteger |
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 |
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 |
The index of the TimingTarget that follows the desired TimingTarget. |
String toSource ()
Generates a string which, if executed, will return the TimingTarget.
Object of
TimingGroup.timingTargets