ISequence Methods |
The ISequence type exposes the following members.
Name | Description | |
---|---|---|
AddEffect(IParagraph, EffectType, EffectSubtype, EffectTriggerType) |
Add new animation effect for paragraph to the end of sequence.
| |
AddEffect(IShape, EffectType, EffectSubtype, EffectTriggerType) |
Add new effect to the end of sequence.
| |
AddEffect(IChart, EffectChartMajorGroupingType, Int32, EffectType, EffectSubtype, EffectTriggerType) |
Adds the new chart animation effect for category or series to the end of sequence.
| |
AddEffect(IChart, EffectChartMinorGroupingType, Int32, Int32, EffectType, EffectSubtype, EffectTriggerType) |
Adds the new chart animation effect for elements in category or series to the end of sequence.
| |
Clear |
Removes all effects from a collection.
| |
GetCount |
Returns count of effects for the specified shape.
| |
GetEffectsByParagraph |
Returns array of effects for the specified paragraph.
| |
GetEffectsByShape |
Returns array of effects for the specified shape.
| |
GetEnumerator | (Inherited from IEnumerableIEffect.) | |
Remove |
Removes specified effect from a collection.
| |
RemoveAt |
Removes an effect from a collection.
| |
RemoveByShape |
Remove effect for the specified shape.
|