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 Object
- Since:
- iText 5.4.3
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
height
public float height
rowspan
public int rowspan
colspan
public int colspan
PdfPTable.ColumnMeasurementState
public PdfPTable.ColumnMeasurementState()
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.