CellCollection — Aspose.Slides FOSS Java API Reference
CellCollection — Represents a collection of cells. Inherits from: BaseCollection<ICell>, ICellCollection.
Package: org.aspose.slides.foss
Properties
| Property | Type | Access | Description |
|---|---|---|---|
slide | IBaseSlide | Read/Write | |
slidePart | Object | Read/Write | |
presentation | IPresentation | Read/Write |
Methods
| Method | Returns | Description |
|---|---|---|
initInternal(List<ICell> cells, Object slidePart, IBaseSlide parentSlide) | CellCollection | Initializes 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) | void | Sets the parent slide for this collection. |
getSlidePart() | Object | Returns the slide part associated with this collection. |
getPresentation() | IPresentation | |
asISlideComponent() | ISlideComponent | |
asIPresentationComponent() | IPresentationComponent | |
iterator() | Iterator<ICell> |