public interface ITextAnimation
Represent text animation.
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)
Read/write
IEffect . |
void |
setBuildType(int value)
List of build type (for exp.
|
void |
setEffectAnimateBackgroundShape(IEffect value)
Linked shape effect with group or not (null)
Read/write
IEffect . |
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!
int getBuildType()
List of build type (for exp. Paragraph 1,2,3, All at Once) of text animation.
Read/write getBuildType()
/setBuildType(int)
.
void setBuildType(int value)
List of build type (for exp. Paragraph 1,2,3, All at Once) of text animation.
Read/write getBuildType()
/setBuildType(int)
.
IEffect getEffectAnimateBackgroundShape()
Linked shape effect with group or not (null)
Read/write IEffect
.