|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITextAnimation
Represent text animation.
Method Summary | |
---|---|
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 . |
Method Detail |
---|
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 BuildType
.
void setBuildType(int value)
List of build type (for exp. Paragraph 1,2,3, All at Once) of text animation.
Read/write BuildType
.
IEffect getEffectAnimateBackgroundShape()
Linked shape effect with group or not (null)
Read/write IEffect
.
void setEffectAnimateBackgroundShape(IEffect value)
Linked shape effect with group or not (null)
Read/write IEffect
.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |