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