|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.EffectStylesEx
@Deprecated public class EffectStylesEx
Represents a collection of effect styles.
Method Summary | |
---|---|
EffectStyleEx |
get_Item(int index)
Deprecated. Returns an element at specified position. |
int |
getCount()
Deprecated. Returns a number of elements in the collection. |
com.aspose.ms.System.Collections.IEnumerator<EffectStyleEx> |
iterator()
Deprecated. Returns an enumerator for the entire collection. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public int getCount()
Returns a number of elements in the collection.
Readonly int
,
public EffectStyleEx get_Item(int index)
Returns an element at specified position.
Readonly EffectStyleEx
.
index
- Position of element.
public com.aspose.ms.System.Collections.IEnumerator<EffectStyleEx> iterator()
Returns an enumerator for the entire collection.
iterator
in interface com.aspose.ms.System.Collections.IEnumerable<EffectStyleEx>
iterator
in interface java.lang.Iterable<EffectStyleEx>
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |