|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PdfPRow | |
---|---|
com.itextpdf.text.pdf |
Uses of PdfPRow in com.itextpdf.text.pdf |
---|
Fields in com.itextpdf.text.pdf with type parameters of type PdfPRow | |
---|---|
protected ArrayList<PdfPRow> |
PdfPTable.rows
|
Methods in com.itextpdf.text.pdf that return PdfPRow | |
---|---|
protected PdfPRow |
PdfPTable.adjustCellsInRow(int start,
int end)
Calculates the extra height needed in a row because of rowspans. |
PdfPRow |
PdfPTable.getRow(int idx)
Gets a row with a given index. |
PdfPRow |
PdfPRow.splitRow(PdfPTable table,
int rowIndex,
float new_height)
Splits a row to newHeight. |
Methods in com.itextpdf.text.pdf that return types with arguments of type PdfPRow | |
---|---|
ArrayList<PdfPRow> |
PdfPTable.getRows()
Gets an arraylist with all the rows in the table. |
ArrayList<PdfPRow> |
PdfPTable.getRows(int start,
int end)
Gets an arraylist with a selection of rows. |
Constructors in com.itextpdf.text.pdf with parameters of type PdfPRow | |
---|---|
PdfPRow(PdfPRow row)
Makes a copy of an existing row. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |