com.lowagie.text.pdf
Class PdfPRow
java.lang.Object
com.lowagie.text.pdf.PdfPRow
- public class PdfPRow
- extends Object
A row in a PdfPTable.
- Author:
- Paulo Soares (psoares@consiste.pt)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
cells
protected PdfPCell[] cells
widths
protected float[] widths
maxHeight
protected float maxHeight
calculated
protected boolean calculated
PdfPRow
public PdfPRow(PdfPCell[] cells)
PdfPRow
public PdfPRow(PdfPRow row)
setWidths
public boolean setWidths(float[] widths)
calculateHeights
public float calculateHeights()
writeBorderAndBackgroung
public void writeBorderAndBackgroung(float xPos,
float yPos,
PdfPCell cell,
PdfContentByte[] canvases)
writeCells
public void writeCells(int colStart,
int colEnd,
float xPos,
float yPos,
PdfContentByte[] canvases)
isCalculated
public boolean isCalculated()
getMaxHeights
public float getMaxHeights()
setMaxHeights
public void setMaxHeights(float maxHeight)
getEventWidth
float[] getEventWidth(float xPos)