Package com.itextpdf.text.pdf
Class PdfPTable.FittingRows
- java.lang.Object
-
- com.itextpdf.text.pdf.PdfPTable.FittingRows
-
-
Field Summary
Fields Modifier and Type Field Description float
completedRowsHeight
int
firstRow
float
height
int
lastRow
-
Constructor Summary
Constructors Constructor Description FittingRows(int firstRow, int lastRow, float height, float completedRowsHeight, Map<Integer,Float> correctedHeightsForLastRow)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
correctLastRowChosen(PdfPTable table, int k)
Correct chosen last fitting row so that the content of all cells with open rowspans will fit on the page, i.e.
-
-
-
Method Detail
-
correctLastRowChosen
public void correctLastRowChosen(PdfPTable table, int k)
Correct chosen last fitting row so that the content of all cells with open rowspans will fit on the page, i.e. the cell content won't be split. (Only to be used with splitLate == true)
-
-