|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.ShapesEx
public final class ShapesEx
Represents a collection of shapes.
Method Summary | |
---|---|
ShapeEx |
get(int index)
Gets the element at the specified index. |
java.lang.Object |
getParent()
Returns a parent object for a Shapes collection. |
int |
indexOf(ShapeEx shape)
Returns the zero-based index of the first occurrence of a shape in a collection. |
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. |
void |
remove(ShapeEx shape)
Removes the first occurrence of a specific shape from 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 ShapeEx get(int index)
index
- index of the element to return.
ShapeEx
.public int indexOf(ShapeEx shape)
shape
- The shape to locate in a collection.
public void remove(int index)
index
- The zero-based index of the element to remove.public void remove(ShapeEx shape)
shape
- The shape to remove from the collection.public java.util.Iterator iterator()
public java.lang.Object getParent()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |