|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.pptx.animation.AnimSequencesEx
public class AnimSequencesEx
Collection of interactive sequences.
Method Summary | |
---|---|
AnimSequenceEx |
add(ShapeEx shapeTrigger)
Add new interactive sequence at the end of a collection. |
void |
clear()
Removes all animation sequences from a collection |
AnimSequenceEx |
get(int index)
Returns the animation sequence at the specified index. |
java.util.Iterator |
iterator()
Returns the iterator for the entire collection. |
void |
remove(AnimSequenceEx item)
Removes specified animation sequence from a collection. |
void |
removeAt(int index)
Removes the animation sequence from a collection at the specified index. |
int |
size()
Returns the number of interactive sequences in a collection. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public int size()
public AnimSequenceEx add(ShapeEx shapeTrigger)
public void remove(AnimSequenceEx item)
public void removeAt(int index)
public void clear()
public AnimSequenceEx get(int index)
public java.util.Iterator iterator()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |