AddEffect
TextAnimation.AddEffect method
将新效果添加到当前序列的末尾到组文本动画的末尾。 仅当文本段落数等于或大于该组的计数效果时才有效!
public IEffect AddEffect(EffectType effectType, EffectSubtype subtype,
EffectTriggerType triggerType)
范围 | 类型 | 描述 |
---|---|---|
effectType | EffectType | 动画效果的类型EffectType |
subtype | EffectSubtype | 动画效果的子类型EffectSubtype |
triggerType | EffectTriggerType | 效果的触发类型EffectTriggerType |
返回值
新效果对象IEffect
也可以看看
- interface IEffect
- enum EffectType
- enum EffectSubtype
- enum EffectTriggerType
- class TextAnimation
- 命名空间 Aspose.Slides.Animation
- 部件 Aspose.Slides