TextAnimation

TextAnimation class

表示文本动画。

public class TextAnimation : ITextAnimation

构造函数

名称描述
TextAnimation()默认构造函数。

属性

名称描述
BuildType { get; set; }文本动画的构建类型列表(例如,第 1 段,第 2 段,第 3 段,全部同时)。读写 BuildType
EffectAnimateBackgroundShape { get; set; }与组相关联的形状效果(或不相关联,null)。读写 IEffect

方法

名称描述
AddEffect(EffectType, EffectSubtype, EffectTriggerType)将新效果添加到当前序列的末尾,或添加到组文本动画的末尾。仅在文本段落的数量大于或等于该组效果的数量时有效!

另请参见