com.aspose.slides.pptx.animation
Class AnimBehaviorsEx
java.lang.Object
com.aspose.slides.pptx.animation.AnimBehaviorsEx
public class AnimBehaviorsEx
- extends java.lang.Object
Represents collection of behavior effect.
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
size
public int size()
add
public int add(AnimBehaviorEx item)
insert
public void insert(int index,
AnimBehaviorEx item)
remove
public void remove(AnimBehaviorEx item)
removeAt
public void removeAt(int index)
clear
public void clear()
get
public AnimBehaviorEx get(int index)
iterator
public java.util.Iterator iterator()