|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.EffectEx
public class EffectEx
Represent animation effect.
Method Summary | |
---|---|
BehaviorsEx |
getBehaviors()
Returns collection of behavior for effect. |
int |
getPresetClassType()
Defines class of effect. |
SequenceEx |
getSequence()
Returns a sequence for an effect. |
int |
getSubtype()
Defines subtype of effect. |
TextAnimationEx |
getTextAnimation()
|
TimingEx |
getTiming()
Defines timing value for effect. |
int |
getType()
Defines type of effect. |
void |
setBehaviors(BehaviorsEx value)
|
void |
setPresetClassType(int value)
|
void |
setSubtype(int value)
|
void |
setTiming(TimingEx value)
|
void |
setType(int value)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public SequenceEx getSequence()
Returns a sequence for an effect.
Read-only SequenceEx
.
public TextAnimationEx getTextAnimation()
public int getPresetClassType()
Defines class of effect.
Read/write EffectPresetClassTypeEx
.
public void setPresetClassType(int value)
public int getType()
Defines type of effect.
Read/write EffectTypeEx
.
public void setType(int value)
public int getSubtype()
Defines subtype of effect.
Read/write EffectSubtypeEx
.
public void setSubtype(int value)
public BehaviorsEx getBehaviors()
Returns collection of behavior for effect.
Read/write BehaviorsEx
.
public void setBehaviors(BehaviorsEx value)
public TimingEx getTiming()
Defines timing value for effect.
Read/write TimingEx
.
public void setTiming(TimingEx value)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |