|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.PortionsEx
@Deprecated public class PortionsEx
Represents a collection of a portions.
Method Summary | |
---|---|
int |
add(PortionEx value)
Deprecated. Adds a PortionEx to the end of collection. |
void |
clear()
Deprecated. Removes all elements from the collection. |
PortionEx |
get_Item(int index)
Deprecated. Gets the element at the specified index. |
int |
getCount()
Deprecated. Gets the number of elements actually contained in the collection. |
void |
insert(int index,
PortionEx value)
Deprecated. Inserts a PortionEx into the collection at the specified index. |
com.aspose.ms.System.Collections.IEnumerator<PortionEx> |
iterator()
Deprecated. Returns an enumerator for the entire collection. |
void |
removeAt(int index)
Deprecated. Removes the element at the specified index of the collection. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public int getCount()
Gets the number of elements actually contained in the collection.
public PortionEx get_Item(int index)
Gets the element at the specified index.
public int add(PortionEx value)
Adds a PortionEx to the end of collection.
value
- The PortionEx to be added to the end of the collection.
public void insert(int index, PortionEx value)
Inserts a PortionEx into the collection at the specified index.
index
- The zero-based index at which PortionEx should be inserted.value
- The PortionEx to insert.public void clear()
Removes all elements from the collection.
public void removeAt(int index)
Removes the element at the specified index of the collection.
index
- The zero-based index of the element to remove.public com.aspose.ms.System.Collections.IEnumerator<PortionEx> iterator()
Returns an enumerator for the entire collection.
IEnumerator
for the entire collection.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |