|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.BehaviorsEx
public class BehaviorsEx
Represents collection of behavior effects.
Method Summary | |
---|---|
int |
add(BehaviorEx item)
Add new behavior to a collection. |
void |
clear()
Removes all behaviors from a collection. |
BehaviorEx |
get_Item(int index)
Retirns a behavior at the specified index. |
int |
getCount()
Returns the number of behaviors in a collection. |
void |
insert(int index,
BehaviorEx item)
Inserts new behavior to a collection at the specified index. |
com.aspose.ms.System.Collections.IEnumerator |
iterator()
Returns an iterator for the entire collection. |
void |
remove(BehaviorEx item)
Removes specified behavior from a collection. |
void |
removeAt(int index)
Removes behavior from a collection at the specified index. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public int getCount()
Returns the number of behaviors in a collection.
public int add(BehaviorEx item)
Add new behavior to a collection.
item
- Behavior to add.
public void insert(int index, BehaviorEx item)
Inserts new behavior to a collection at the specified index.
index
- Index where new behavior should be inserted.item
- Behavior to insert.public void remove(BehaviorEx item)
Removes specified behavior from a collection.
item
- Behavior to remove.public void removeAt(int index)
Removes behavior from a collection at the specified index.
index
- Index of a behavior to remove.public void clear()
Removes all behaviors from a collection.
public BehaviorEx get_Item(int index)
Retirns a behavior at the specified index.
index
- Index of a behavior to return.
public com.aspose.ms.System.Collections.IEnumerator iterator()
Returns an iterator for the entire collection.
iterator
in interface com.aspose.ms.System.Collections.IEnumerable
iterator
in interface java.lang.Iterable
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |