AddEffect

ITextAnimation.AddEffect method

将新效果添加到当前序列的末尾到组文本动画的末尾。 仅当文本段落数等于或大于该组的计数效果时才有效!

public IEffect AddEffect(EffectType effectType, EffectSubtype subtype, 
    EffectTriggerType triggerType)
范围类型描述
effectTypeEffectType动画效果的类型EffectType
subtypeEffectSubtype动画效果的子类型EffectSubtype
triggerTypeEffectTriggerType效果的触发类型EffectTriggerType

返回值

新效果对象IEffect

也可以看看