ITextAnimationAddEffect 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!
Namespace:
Aspose.Slides.Animation
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
SyntaxIEffect AddEffect(
EffectType effectType,
EffectSubtype subtype,
EffectTriggerType triggerType
)
Function AddEffect (
effectType As EffectType,
subtype As EffectSubtype,
triggerType As EffectTriggerType
) As IEffect
IEffect^ AddEffect(
EffectType effectType,
EffectSubtype subtype,
EffectTriggerType triggerType
)
abstract AddEffect :
effectType : EffectType *
subtype : EffectSubtype *
triggerType : EffectTriggerType -> IEffect
Parameters
- effectType
- Type: Aspose.Slides.AnimationEffectType
- subtype
- Type: Aspose.Slides.AnimationEffectSubtype
- triggerType
- Type: Aspose.Slides.AnimationEffectTriggerType
Return Value
Type:
IEffect
See Also