ISequence class

ISequence class

Represents sequence (collection of effects).

The ISequence type exposes the following members:

Properties

PropertyDescription
countReturns the number of effects in a sequense.
Read-only int.
trigger_shapeReturns or sets shape target for INTERACTIVE sequence.
If sequence is not interactive then returns null.
Read/write IShape.

Returns an effect at the specified index.

Indexer

NameDescription
[index]Index

Methods

MethodDescription
add_effectAdd new effect to the end of sequence.
add_effectAdd new animation effect for paragraph to the end of sequence.
add_effectAdds the new chart animation effect for category or series to the end of sequence.
add_effectAdds the new chart animation effect for elements in category or series to the end of sequence.
removeRemoves specified effect from a collection.
remove_atRemoves an effect from a collection.
clearRemoves all effects from a collection.
remove_by_shapeRemove effect for the specified shape.
get_effects_by_shapeReturns array of effects for the specified shape.
get_effects_by_paragraphReturns array of effects for the specified paragraph.
get_countReturns count of effects for the specified shape.

See Also