TextAnimation

TextAnimation class

Represent text animation.

TextAnimation

NameDescription
TextAnimation()

Returns: TextAnimation


addEffect

NameDescription
addEffect (int, int, int)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!

Parameters:

NameTypeDescription
effectTypeintType of an animation effect EffectType
subtypeintSubtypes of animation effect EffectSubtype
triggerTypeintTrigger type of effect EffectTriggerType

Returns: Effect


getBuildType

NameDescription
getBuildType ()List of build type (for exp. Paragraph 1,2,3, All at Once) of text animation. Read/write BuildType.

Returns: int


getEffectAnimateBackgroundShape

NameDescription
getEffectAnimateBackgroundShape ()Linked shape effect with group or not (null). Read/write IEffect.

Returns: Effect


setBuildType

NameDescription
setBuildType (int)List of build type (for exp. Paragraph 1,2,3, All at Once) of text animation. Read/write BuildType.

Returns: void


setEffectAnimateBackgroundShape

NameDescription
setEffectAnimateBackgroundShape (Effect)Linked shape effect with group or not (null). Read/write IEffect.

Returns: void