|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.pptx.animation.AnimSequenceEx
public class AnimSequenceEx
Method Summary | |
---|---|
AnimEffectEx |
addEffect(ShapeEx shape,
AnimEffectTypeEx effectType,
AnimEffectSubtypeEx subtype,
AnimEffectTriggerTypeEx triggerType)
Add new effect to the end of sequence. |
void |
clear()
|
AnimEffectEx |
get(int index)
|
int |
getCount(ShapeEx shape)
Returns the number of effects at the specified shape. |
java.util.ArrayList |
getEffectsByShape(ShapeEx shape)
Returns the array of effects at the specified shape. |
ShapeEx |
getTriggerShape()
Returns the shape target for INTERACTIVE sequence. |
java.util.Iterator |
iterator()
|
void |
remove(AnimEffectEx item)
|
void |
removeAt(int index)
|
void |
removeByShape(ShapeEx shape)
Remove effect by specify shape. |
void |
setTriggerShape(ShapeEx value)
Sets the shape target for INTERACTIVE sequence. |
int |
size()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public int size()
public void remove(AnimEffectEx item)
public void removeAt(int index)
public void clear()
public AnimEffectEx get(int index)
public java.util.Iterator iterator()
public ShapeEx getTriggerShape()
public void setTriggerShape(ShapeEx value)
public void removeByShape(ShapeEx shape)
shape
- public java.util.ArrayList getEffectsByShape(ShapeEx shape)
shape
- public int getCount(ShapeEx shape)
shape
- public AnimEffectEx addEffect(ShapeEx shape, AnimEffectTypeEx effectType, AnimEffectSubtypeEx subtype, AnimEffectTriggerTypeEx triggerType)
shape
- effectType
- subtype
- triggerType
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |