com.aspose.slides.pptx.animation
Class AnimBehaviorPropertiesEx
java.lang.Object
com.aspose.slides.pptx.animation.AnimBehaviorPropertiesEx
public class AnimBehaviorPropertiesEx
- extends java.lang.Object
Represents timing properties for an behavior of 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(AnimPropertyTypeEx item)
insert
public void insert(int index,
AnimPropertyTypeEx item)
remove
public void remove(AnimPropertyTypeEx item)
removeAt
public void removeAt(int index)
clear
public void clear()
get
public AnimPropertyTypeEx get(int index)
iterator
public java.util.Iterator iterator()