com.itextpdf.text.pdf
Class PdfPTable.FittingRows

java.lang.Object
  extended by com.itextpdf.text.pdf.PdfPTable.FittingRows
Enclosing class:
PdfPTable

public static class PdfPTable.FittingRows
extends Object

Since:
iText 5.4.3

Field Summary
 float completedRowsHeight
           
 int firstRow
           
 float height
           
 int lastRow
           
 
Constructor Summary
PdfPTable.FittingRows(int firstRow, int lastRow, float height, float completedRowsHeight, Map<Integer,Float> correctedHeightsForLastRow)
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

firstRow

public final int firstRow

lastRow

public final int lastRow

height

public final float height

completedRowsHeight

public final float completedRowsHeight
Constructor Detail

PdfPTable.FittingRows

public PdfPTable.FittingRows(int firstRow,
                             int lastRow,
                             float height,
                             float completedRowsHeight,
                             Map<Integer,Float> correctedHeightsForLastRow)
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)



Copyright © 2013. All Rights Reserved.