Roi
Vue de l’ensemble
‘Rows’ est une classe dans Aspose.PDF FOSS pour Java.Déduit de: ‘Iterable
Représente une collection commandée de {@link Row} instants dans un { @link Table}.
Cette classe fournit 7 méthodes pour travailler avec des objets de Rows dans les programmes Java. Les méthodologies disponibles comprennent: ‘Rows’, ‘add’ , ‘get’, `getCount’, ‘iterator’, ‘‘size’. Tous les membres publics sont accessibles à n’importe quelle application Java après l’installation du package Java Aspose.PDF FOSS. Propriétés : ‘conto’.
Propriétés
| Name | Type | Access | Description |
|---|---|---|---|
count | int | Read | Returns the number of rows in this collection. |
méthodes
| Signature | Description |
|---|---|
Rows() | Creates an empty Rows collection. |
add() → Row | Creates a new empty {@link Row}, adds it to this collection, and returns it. |
add(row: Row) | Adds an existing {@link Row} to this collection. |
get(index: int) → Row | Returns the row at the specified index. |
size() → int | Returns the number of rows in this collection. |
getCount() → int | Returns the number of rows in this collection. |
iterator() → Iterator<Row> | Returns an iterator over the rows in this collection. |
Voir aussi
- Aspose.PDF pour Java — API d’entreprise