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