TextAnimation

TextAnimation 类

表示文本动画。

public class TextAnimation : ITextAnimation

构造函数

NameDescription
TextAnimation()默认构造函数。

属性

NameDescription
BuildType { get; set; }文本动画的构建类型列表(例如 Paragraph 1,2,3, All at Once)。读/写 BuildType
EffectAnimateBackgroundShape { get; set; }是否与组关联的形状效果(null)。读/写 IEffect

方法

NameDescription
AddEffect(EffectType, EffectSubtype, EffectTriggerType)向当前序列的末尾添加新效果,以结束组文本动画。仅在文本段落的计数大于或等于该组的效果计数时有效!

另见