|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.BehaviorPropertiesEx
public class BehaviorPropertiesEx
Represents timing properties for the effect behavior.
Method Summary | |
---|---|
int |
add(int item)
Adds a new property to the collection. |
void |
clear()
Removes all properties from the collection. |
int |
get_Item(int index)
Returns a property at the specified index. |
int |
getCount()
Returns the number of properties stored in the collection. |
void |
insert(int index,
int item)
Inserts a new property to the collection at the specified index. |
com.aspose.ms.System.Collections.IEnumerator |
iterator()
Returns an iterator for the collection. |
void |
remove(int item)
Removes specified property from the collection. |
void |
removeAt(int index)
Removes property 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 properties stored in the collection.
public int add(int item)
Adds a new property to the collection.
item
- Property to add.
public void insert(int index, int item)
Inserts a new property to the collection at the specified index.
index
- Index where a new property should be inserted.item
- Property to add.public void remove(int item)
Removes specified property from the collection.
item
- Property to remove.public void removeAt(int index)
Removes property at the specified index.
index
- Index of the property which should be deleted.public void clear()
Removes all properties from the collection.
public int get_Item(int index)
Returns a property at the specified index.
index
- Index of a property to return.
public com.aspose.ms.System.Collections.IEnumerator iterator()
Returns an iterator for the 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 |