|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.spire.presentation.PptObject
com.spire.presentation.CellCollection
public abstract class CellCollection
Represents a collection of cells.
| Constructor Summary | |
|---|---|
CellCollection(Table parent)
|
|
| Method Summary | |
|---|---|
void |
copyTo(java.lang.Object[] array,
int index)
Copies all elements from the collection to the specified array. |
Cell |
get(int index)
Gets a cell by index. |
int |
getCount()
Gets the count of cells in a collection. |
Presentation |
getPresentation()
Gets the parent presentation of a CellExCollection. |
ActiveSlide |
getSlide()
Gets the parent slide of a CellExCollection. |
java.lang.Object |
getSyncRoot()
Gets a synchronization root. |
boolean |
isSynchronized()
Gets a value indicating whether access to the collection is synchronized (thread-safe). |
int |
size()
|
| Methods inherited from class com.spire.presentation.PptObject |
|---|
checkDisposed, getParent |
| Constructor Detail |
|---|
public CellCollection(Table parent)
| Method Detail |
|---|
public Cell get(int index)
index -
public int getCount()
public int size()
public ActiveSlide getSlide()
getSlide in interface ISlideComponentpublic Presentation getPresentation()
getPresentation in interface IActivePresentation
public void copyTo(java.lang.Object[] array,
int index)
array - Target array.index - Starting index in the target array.public boolean isSynchronized()
public java.lang.Object getSyncRoot()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||