public class TextAnimation extends java.lang.Object implements ITextAnimation
Represent text animation.
Constructor and Description |
---|
TextAnimation() |
Modifier and Type | Method and Description |
---|---|
IEffect |
addEffect(int effectType,
int subtype,
int triggerType)
Add new effect to the end of current sequence to end of group text animations.
|
int |
getBuildType()
List of build type (for exp.
|
IEffect |
getEffectAnimateBackgroundShape()
Linked shape effect with group or not (null).
|
void |
setBuildType(int value)
List of build type (for exp.
|
void |
setEffectAnimateBackgroundShape(IEffect value)
Linked shape effect with group or not (null).
|
public final 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!
addEffect
in interface ITextAnimation
public final int getBuildType()
List of build type (for exp. Paragraph 1,2,3, All at Once) of text animation.
Read/write BuildType
.
getBuildType
in interface ITextAnimation
public final void setBuildType(int value)
List of build type (for exp. Paragraph 1,2,3, All at Once) of text animation.
Read/write BuildType
.
setBuildType
in interface ITextAnimation
public final IEffect getEffectAnimateBackgroundShape()
Linked shape effect with group or not (null).
Read/write IEffect
.
getEffectAnimateBackgroundShape
in interface ITextAnimation
public final void setEffectAnimateBackgroundShape(IEffect value)
Linked shape effect with group or not (null).
Read/write IEffect
.
setEffectAnimateBackgroundShape
in interface ITextAnimation