TimingGroups
A collection of timing data objects.
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
TimingGroup [] (index:Number)
Returns the TimingGroup with the specified index.
Parameter |
Type |
Description |
---|---|---|
index |
The index. |
TimingGroup add (dynamicTarget:Varies Behavior Graphic PageItem MediaItem, [delaySeconds:Number=Number], withProperties:Object)
Adds a new timing group.
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 TimingGroup (Optional) |
TimingGroup anyItem ()
Returns any TimingGroup in the collection.
Number count ()
Displays the number of elements in the TimingGroup.
TimingGroup everyItem ()
Returns every TimingGroup in the collection.
TimingGroup firstItem ()
Returns the first TimingGroup in the collection.
TimingGroup item (index:Varies LongInteger String)
Returns the TimingGroup with the specified index or name.
Parameter |
Type |
Description |
---|---|---|
index |
LongInteger |
The index or name. Can accept: Long Integer or String. |
TimingGroup itemByRange (from:Varies LongInteger TimingGroup String, to:Varies LongInteger TimingGroup String)
Returns the TimingGroups within the specified range.
Parameter |
Type |
Description |
---|---|---|
from |
LongInteger |
The TimingGroup, index, or name at the beginning of the range. Can accept: TimingGroup, Long Integer or String. |
to |
LongInteger |
The TimingGroup, index, or name at the end of the range. Can accept: TimingGroup, Long Integer or String. |
TimingGroup lastItem ()
Returns the last TimingGroup in the collection.
TimingGroup middleItem ()
Returns the middle TimingGroup in the collection.
TimingGroup nextItem (obj:TimingGroup)
Returns the TimingGroup whose index follows the specified TimingGroup in the collection.
Parameter |
Type |
Description |
---|---|---|
obj |
The TimingGroup whose index comes before the desired TimingGroup. |
TimingGroup previousItem (obj:TimingGroup)
Returns the TimingGroup with the index previous to the specified index.
Parameter |
Type |
Description |
---|---|---|
obj |
The index of the TimingGroup that follows the desired TimingGroup. |
String toSource ()
Generates a string which, if executed, will return the TimingGroup.
Object of
TimingList.timingGroups