CellCollection — Aspose.Slides FOSS Java API Reference

CellCollection — Represents a collection of cells. Inherits from: BaseCollection<ICell>, ICellCollection.

Package: org.aspose.slides.foss


Properties

PropertyTypeAccessDescription
slideIBaseSlideRead/Write
slidePartObjectRead/Write
presentationIPresentationRead/Write

Methods

MethodReturnsDescription
initInternal(List<ICell> cells, Object slidePart, IBaseSlide parentSlide)CellCollectionInitializes this collection with the given cells, slide part, and parent slide.
get(int index)ICell
size()int
asList()List<ICell>Returns an unmodifiable view of the internal cell list.
asICollection()List<ICell>
asIEnumerable()Iterable<ICell>
getSlide()IBaseSlide
setParentSlide(IBaseSlide parentSlide)voidSets the parent slide for this collection.
getSlidePart()ObjectReturns the slide part associated with this collection.
getPresentation()IPresentation
asISlideComponent()ISlideComponent
asIPresentationComponent()IPresentationComponent
iterator()Iterator<ICell>

See Also