ICellCollection
Přehled
ICellCollection je rozhraní v Aspose.Slides FOSS pro Java.
Zobrazuje soubor buněk.
Metody
| Podpis: | Popis: |
|---|---|
get(index: int) → ICell | Získejte buňku na stanoveném indexu. |
size() → int | Vrátí počet buněk v souboru. |
asISlideComponent() → ISlideComponent | Vrátí základní {@link ISlideComponent} rozhraní. |
asICollection() → List<ICell> | Vrátí soubor jako {@link list}. |
asIEnumerable() → Iterable<ICell> | Vrátí soubor jako {@link Iterable}. |