ITextAnimation

public interface ITextAnimation

Represent text animation.

Methods

MethodDescription
addEffect(int effectType, int subtype, int triggerType)Add new effect to the end of current sequence to end of group text animations.
getBuildType()List of build type (for exp.
setBuildType(int value)List of build type (for exp.
getEffectAnimateBackgroundShape()Linked shape effect with group or not (null) Read/write IEffect.
setEffectAnimateBackgroundShape(IEffect value)Linked shape effect with group or not (null) Read/write IEffect.

addEffect(int effectType, int subtype, int triggerType)

public abstract IEffect addEffect(int effectType, int subtype, int triggerType)

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:

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

Returns: IEffect - New effect object IEffect

getBuildType()

public abstract int getBuildType()

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

Returns: int

setBuildType(int value)

public abstract void setBuildType(int value)

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

Parameters:

ParameterTypeDescription
valueint

getEffectAnimateBackgroundShape()

public abstract IEffect getEffectAnimateBackgroundShape()

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

Returns: IEffect

setEffectAnimateBackgroundShape(IEffect value)

public abstract void setEffectAnimateBackgroundShape(IEffect value)

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

Parameters:

ParameterTypeDescription
valueIEffect