Uses of Class
aspose.pdf.Rows

Uses of Rows in aspose.pdf
 

Methods in aspose.pdf that return Rows
 Rows Table.getRows()
          Gets a Rows collection that indicates all rows in the table.
 

Methods in aspose.pdf with parameters of type Rows
 void Rows.moveAfter(Row rowToMoveAfter, Rows newRows)
          move the row from row collection
 void Rows.moveAt(Row rowToMoveAt, Rows newRows)
          move row from row collection
 void Table.setRows(Rows value)
          Sets a Rows collection that indicates all rows in the table.