effectstylelist-ag凯发旗舰厅
com.spire.presentation.collections
class effectstylelist
java.lang.object
com.spire.presentation.collections.effectstylelist
- all implemented interfaces:
- com.spire.ms.system.collections.ienumerable, java.lang.iterable
- direct known subclasses:
- effectstylecollection
public class effectstylelist
- extends java.lang.object
- implements com.spire.ms.system.collections.ienumerable
represents a collection of effect styles.
method summary |
effectstyle |
get(int index)
gets an element at specified position. |
int |
getcount()
gets a number of elements in the collection. |
com.spire.ms.system.collections.ienumerator |
iterator()
gets a iterator of the collection. |
effectstylelist
public effectstylelist()
getcount
public int getcount()
- gets a number of elements in the collection.
readonly ,
- returns:
get
public effectstyle get(int index)
- gets an element at specified position.
readonly .
- parameters:
index
-
- returns:
iterator
public com.spire.ms.system.collections.ienumerator iterator()
- gets a iterator of the collection.
- returns: