Modifier and Type | Field | Description |
---|---|---|
float |
completedRowsHeight |
|
int |
firstRow |
|
float |
height |
|
int |
lastRow |
Constructor | Description |
---|---|
FittingRows(int firstRow,
int lastRow,
float height,
float completedRowsHeight,
Map<Integer,Float> correctedHeightsForLastRow) |
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.
|
public final int firstRow
public final int lastRow
public final float height
public final float completedRowsHeight
public void correctLastRowChosen(PdfPTable table, int k)
Copyright © 2018. All rights reserved.