| Modifier and Type | Field and Description | 
|---|---|
float |  
           completedRowsHeight  |  
          
int |  
           firstRow  |  
          
float |  
           height  |  
          
int |  
           lastRow  |  
          
| Constructor and Description | 
|---|
FittingRows(int firstRow, int lastRow, float height, float completedRowsHeight, Map<Integer,Float> correctedHeightsForLastRow)  |  
          
| Modifier and Type | Method and 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 © 1998–2019. All rights reserved.