com.aspose.slides.pptx.animation
Class AnimSequencesEx

java.lang.Object
  extended by com.aspose.slides.pptx.animation.AnimSequencesEx

public class AnimSequencesEx
extends java.lang.Object

Represent collection of interactive sequences.


Method Summary
 AnimSequenceEx add(ShapeEx shapeTrigger)
          Add new interactive sequence.
 void clear()
           
 AnimSequenceEx get(int index)
           
 java.util.Iterator iterator()
           
 void remove(AnimSequenceEx item)
           
 void removeAt(int index)
           
 int size()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

size

public int size()

add

public AnimSequenceEx add(ShapeEx shapeTrigger)
Add new interactive sequence.

Parameters:
shapeTrigger -
Returns:
added sequence.

remove

public void remove(AnimSequenceEx item)

removeAt

public void removeAt(int index)

clear

public void clear()

get

public AnimSequenceEx get(int index)

iterator

public java.util.Iterator iterator()