|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.TextAnimationEx
public class TextAnimationEx
Represent text animation.
Constructor Summary | |
---|---|
TextAnimationEx()
|
Method Summary | |
---|---|
EffectEx |
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. |
EffectEx |
getEffectAnimateBackgroundShape()
Linked shape effect with group or not (null) |
void |
setBuildType(int value)
|
void |
setEffectAnimateBackgroundShape(EffectEx value)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TextAnimationEx()
Method Detail |
---|
public EffectEx 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!
public int getBuildType()
List of build type (for exp. Paragraph 1,2,3, All at Once) of text animation.
public void setBuildType(int value)
public EffectEx getEffectAnimateBackgroundShape()
Linked shape effect with group or not (null)
public void setEffectAnimateBackgroundShape(EffectEx value)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |