AddEffect()
ITextAnimation::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!
virtual System::SharedPtr<IEffect> Aspose::Slides::Animation::ITextAnimation::AddEffect(EffectType effectType, EffectSubtype subtype, EffectTriggerType triggerType)=0
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 ITextAnimation
- Namespace Aspose::Slides::Animation
- Library Aspose.Slides