|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.pptx.animation.SequencesEx
public class SequencesEx
Collection of interactive sequences.
Method Summary | |
---|---|
SequenceEx |
add(ShapeEx shapeTrigger)
Add new interactive sequence at the end of a collection. |
void |
clear()
Removes all animation sequences from a collection |
SequenceEx |
get(int index)
Returns the animation sequence at the specified index. |
java.util.Iterator<SequenceEx> |
iterator()
Returns the iterator for the entire collection. |
void |
remove(SequenceEx 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 SequenceEx add(ShapeEx shapeTrigger)
public void remove(SequenceEx item)
public void removeAt(int index)
public void clear()
public SequenceEx get(int index)
public java.util.Iterator<SequenceEx> iterator()
iterator
in interface java.lang.Iterable<SequenceEx>
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |