IRowCollection
Vue de l’ensemble
‘IRowCollection’ est une interface dans Aspose.Slides FOSS pour Java.
Il représente une collection de lignes dans un tableau.
Cette interface fournit 7 méthodes pour travailler avec les objets IRowCollection dans les programmes Java. Les méthodologies disponibles comprennent: addClone, asICollection , aIEnumerable ‘get’, insertCmone' , 'removeAt et `size’. Tous les membres publics sont accessibles à n’importe quelle application Java après l’installation de l’Aspose.Slides FOSS pour le package Java .
méthodes
| Signature | Description |
|---|---|
get(index: int) → IRow | Gets the row at the specified index. |
size() → int | Returns the number of rows in the collection. |
addClone(templ: IRow, withAttachedRows: boolean) → IRow[] | Adds a clone of the given row to the collection. |
insertClone(index: int, templ: IRow, withAttachedRows: boolean) → IRow[] | Inserts a clone of the given row at the specified index. |
removeAt(firstRowIndex: int, withAttachedRows: boolean) | Removes the row at the specified index. |
asICollection() → List<IRow> | Returns the collection as a {@link List}. |
asIEnumerable() → Iterable<IRow> | Returns the collection as an {@link Iterable}. |
Voir aussi
- Aspose.Slides - référence API d’entreprise