add_effect method
add_effect
Add new effect to the end of current sequence to end of group text animations. Only valid if count of text paragraphs equal or greater of counts effect of this group!
Returns
New effect object IEffect
def add_effect(self, effect_type, subtype, trigger_type):
...
Parameter | Type | Description |
---|---|---|
effect_type | EffectType | Type of an animation effect EffectType |
subtype | EffectSubtype | Subtypes of animation effect EffectSubtype |
trigger_type | EffectTriggerType | Trigger type of effect EffectTriggerType |
See Also
- enumeration
EffectSubtype
- enumeration
EffectTriggerType
- enumeration
EffectType
- class
IEffect
- class
TextAnimation
- module
aspose.slides.animation
- library
Aspose.Slides