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