|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.pptx.animation.BehaviorPropertiesEx
public class BehaviorPropertiesEx
Collection of properties of an animation behavior.
Method Summary | |
---|---|
int |
add(PropertyTypeEx item)
Adds new animation property at the end of the collection. |
void |
clear()
Removes all of the animation properties from the collection. |
PropertyTypeEx |
get(int index)
Returns the animation property at the specified position in the collection. |
void |
insert(int index,
PropertyTypeEx item)
Inserts the animation property at the specified position in the collection. |
java.util.Iterator |
iterator()
Returns an iterator over the animation properties in the collection. |
void |
remove(PropertyTypeEx item)
Removes the first occurrence of the animation property in the collection. |
void |
removeAt(int index)
Removes the animation property at the specified position in the collection. |
int |
size()
Returns the number of animation properties in the collection. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public int size()
public int add(PropertyTypeEx item)
item
- the animation property to be added at the end of the
collection.
public void insert(int index, PropertyTypeEx item)
index
- index at which the animation property is to be inserted.item
- animation property to be inserted.public void remove(PropertyTypeEx item)
item
- animation property to be removed from the collection, if
present.public void removeAt(int index)
index
- the index of the animation property to be removed.public void clear()
public PropertyTypeEx get(int index)
index
- index of animation property to return.
public java.util.Iterator iterator()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |