Package | Description |
---|---|
com.lowagie.text.pdf |
Modifier and Type | Method and Description |
---|---|
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
(added by Jin-Hsia Yang).
|
PdfPRow |
PdfPRow.splitRow(PdfPTable table,
int rowIndex,
float new_height)
Splits a row to newHeight.
|
Constructor and Description |
---|
PdfPRow(PdfPRow row)
Makes a copy of an existing row.
|
Copyright © 2018. All rights reserved.