CellCollection

CellCollection class

Represents a collection of cells.

getPresentation

NameDescription
getPresentation ()Returns the parent presentation of a CellCollection. Read-only IPresentation.

Returns: Presentation


getSlide

NameDescription
getSlide ()Returns the parent slide of a CellCollection. Read-only IBaseSlide.

Returns: MasterHandoutSlide, BaseSlide, LayoutSlide, Slide, MasterSlide, NotesSlide, MasterNotesSlide


getSyncRoot

NameDescription
getSyncRoot ()Returns a synchronization root. Read-only Object.

Returns: Object


get_Item

NameDescription
get_Item (int)Returns a cell by it’s position. Read-only Cell. One Cell object can be returned for several indexes in case cell is merged.

Returns: Cell


isSynchronized

NameDescription
isSynchronized ()Returns a value indicating whether access to the collection is synchronized (thread-safe). Read-only boolean.

Returns: boolean


iterator

NameDescription
iterator ()Returns an enumerator that iterates through the collection.

Returns:


iteratorJava

NameDescription
iteratorJava ()Returns a java iterator for the entire collection.

Returns:


size

NameDescription
size ()Returns the number of cells in a collection. Read-only int.

Returns: int