AddEffect()
TextAnimation::AddEffect(EffectType, EffectSubtype, EffectTriggerType) method
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!
System::SharedPtr<IEffect> Aspose::Slides::Animation::TextAnimation::AddEffect(EffectType effectType, EffectSubtype subtype, EffectTriggerType triggerType) override
Arguments
Parameter | Type | Description |
---|---|---|
effectType | EffectType | Type of an animation effect EffectType |
subtype | EffectSubtype | Subtypes of animation effect EffectSubtype |
triggerType | EffectTriggerType | Trigger type of effect EffectTriggerType |
Return Value
New effect object IEffect
See Also
- Enum EffectType
- Enum EffectSubtype
- Enum EffectTriggerType
- Typedef SharedPtr
- Class IEffect
- Class TextAnimation
- Namespace Aspose::Slides::Animation
- Library Aspose.Slides