|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.pptx.CellListEx
public abstract class CellListEx
Represents a collection of cells.
Method Summary | |
---|---|
CellEx |
get(int index)
Returns a cell by it's position. |
PresentationEx |
getPresentation()
Returns the parent presentation of a CellListEx. |
BaseSlideEx |
getSlide()
Returns the parent slide of a CellListEx. |
java.util.Iterator |
iterator()
Returns an iterator for all cells which top-left corner belongs to this collection. |
int |
size()
Returns the number of cells in a collection. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public CellEx get(int index)
index
- position of a cell.
CellEx
.public int size()
public BaseSlideEx getSlide()
public PresentationEx getPresentation()
public java.util.Iterator iterator()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |