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

NameTypeAccessDescription
countintReadReturns the number of rows in this collection.

méthodes

SignatureDescription
Rows()Creates an empty Rows collection.
add()RowCreates 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)RowReturns the row at the specified index.
size()intReturns the number of rows in this collection.
getCount()intReturns 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
 Français