CellCollection
General
CellCollection és una classe en Aspose.Slides FOSS per a C++.
Representa una col·lecció de cèl·lules de taula.
Propietats
| Name | Type | Access | Description |
|---|---|---|---|
Cell | Cell | Read | Provides access to a Cell in the collection |
IBaseSlide | IBaseSlide | Read | Property gives the owning IBaseSlide of the collection |
ISlideComponent | ISlideComponent | Read | Property exposes the slide component interface for the collection |
IPresentationComponent | IPresentationComponent | Read | Property exposes the presentation component interface for the collection |
iterator | iterator | Read | Returns an iterator positioned at the start of the collection |
const_iterator | const_iterator | Read | Returns a const iterator positioned at the start of the collection |
Mètodes
| Signature | Description |
|---|---|
Cell() → Cell | Provides access to a Cell in the collection |
Cell() → Cell | |
Cell() → Cell | |
Cell() → Cell | |
IBaseSlide() → IBaseSlide | Property gives the owning IBaseSlide of the collection |
IBaseSlide() → IBaseSlide | |
ISlideComponent() → ISlideComponent | Property exposes the slide component interface for the collection |
ISlideComponent() → ISlideComponent | |
IPresentationComponent() → IPresentationComponent | Property exposes the presentation component interface for the collection |
IPresentationComponent() → IPresentationComponent | |
iterator() → iterator | Returns an iterator positioned at the start of the collection |
iterator() → iterator | |
const_iterator() → const_iterator | Returns a const iterator positioned at the start of the collection |
const_iterator() → const_iterator |