|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.CellCollection
public abstract class CellCollection
Represents a collection of cells.
Method Summary | |
---|---|
void |
copyTo(com.aspose.ms.System.Array array,
int index)
Copies all elements from the collection to the specified array. |
ICell |
get_Item(int index)
Returns a cell by it's position. |
IPresentation |
getPresentation()
Returns the parent presentation of a CellCollection. |
IBaseSlide |
getSlide()
Returns the parent slide of a CellCollection. |
java.lang.Object |
getSyncRoot()
Returns a synchronization root. |
boolean |
isSynchronized()
Returns a value indicating whether access to the collection is synchronized (thread-safe). |
com.aspose.ms.System.Collections.IEnumerator |
iterator()
Returns an enumerator 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 ICell get_Item(int index)
Returns a cell by it's position.
Read-only Cell
.
get_Item
in interface ICellCollection
public int size()
Returns the number of cells in a collection.
Read-only int
.
size
in interface com.aspose.ms.System.Collections.ICollection
public IBaseSlide getSlide()
Returns the parent slide of a CellCollection.
Read-only BaseSlide
.
getSlide
in interface ISlideComponent
public IPresentation getPresentation()
Returns the parent presentation of a CellCollection.
Read-only Presentation
.
getPresentation
in interface IPresentationComponent
public com.aspose.ms.System.Collections.IEnumerator iterator()
Returns an enumerator for all cells which top-left corner belongs to this collection. Each cell returned only once.
iterator
in interface com.aspose.ms.System.Collections.IEnumerable
iterator
in interface java.lang.Iterable
IEnumerator
for the collection.public void copyTo(com.aspose.ms.System.Array array, int index)
Copies all elements from the collection to the specified array.
copyTo
in interface com.aspose.ms.System.Collections.ICollection
array
- Target array.index
- Starting index in the target array.public boolean isSynchronized()
Returns a value indicating whether access to the collection is synchronized (thread-safe).
isSynchronized
in interface com.aspose.ms.System.Collections.ICollection
public java.lang.Object getSyncRoot()
Returns a synchronization root.
Readonly object
.
getSyncRoot
in interface com.aspose.ms.System.Collections.ICollection
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |