Package com.itextpdf.text.pdf
Class PdfPTable.ColumnMeasurementState
- java.lang.Object
-
- com.itextpdf.text.pdf.PdfPTable.ColumnMeasurementState
-
- Enclosing class:
- PdfPTable
public static class PdfPTable.ColumnMeasurementState extends java.lang.Object- Since:
- iText 5.4.3
-
-
Constructor Summary
Constructors Constructor Description ColumnMeasurementState()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbeginCell(PdfPCell cell, float completedRowsHeight, float rowHeight)booleancellEnds()voidconsumeRowspan(float completedRowsHeight, float rowHeight)
-
-
-
Method Detail
-
beginCell
public void beginCell(PdfPCell cell, float completedRowsHeight, float rowHeight)
-
consumeRowspan
public void consumeRowspan(float completedRowsHeight, float rowHeight)
-
cellEnds
public boolean cellEnds()
-
-