com.itextpdf.text.pdf
Class PdfPTable.ColumnMeasurementState

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

public static class PdfPTable.ColumnMeasurementState
extends Object

Since:
iText 5.4.3

Field Summary
 int colspan
           
 float height
           
 int rowspan
           
 
Constructor Summary
PdfPTable.ColumnMeasurementState()
           
 
Method Summary
 void beginCell(PdfPCell cell, float completedRowsHeight, float rowHeight)
           
 boolean cellEnds()
           
 void consumeRowspan(float completedRowsHeight, float rowHeight)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

height

public float height

rowspan

public int rowspan

colspan

public int colspan
Constructor Detail

PdfPTable.ColumnMeasurementState

public PdfPTable.ColumnMeasurementState()
Method Detail

beginCell

public void beginCell(PdfPCell cell,
                      float completedRowsHeight,
                      float rowHeight)

consumeRowspan

public void consumeRowspan(float completedRowsHeight,
                           float rowHeight)

cellEnds

public boolean cellEnds()


Copyright © 2013. All Rights Reserved.