CellCollection
General
CellCollection is a class in Aspose.Slides for Python.
Inherits from: BaseCollection, ICellCollection.
CellCollection és una classe en Aspose.Slides per a Python. És heretat de: ゚BaseCollection⌒, ヽICellCollection▽ .
Representa una col·lecció de cèl·lules.
Propietats
| Name | Type | Access | Description |
|---|---|---|---|
slide | IBaseSlide | Read | Provides the slide that contains this cell collection |
presentation | IPresentation | Read | Provides the presentation that owns the slide |
as_i_slide_component | ISlideComponent | Read | Returns the collection as an ISlideComponent interface |
as_i_presentation_component | IPresentationComponent | Read | Returns the collection as an IPresentationComponent interface |
as_i_collection | list | Read | Returns the underlying list representing the cells |
as_i_enumerable | Any | Read | Returns an enumerable view of the cell collection |