Uses of Class
com.aowagie.text.pdf.PdfPCell
-
Packages that use PdfPCell Package Description com.aowagie.text com.aowagie.text.pdf com.aowagie.text.pdf.events -
-
Uses of PdfPCell in com.aowagie.text
Methods in com.aowagie.text that return PdfPCell Modifier and Type Method Description (package private) PdfPCell
Cell. createPdfPCell()
Creates a PdfPCell based on this Cell object.PdfPCell
SimpleCell. createPdfPCell(SimpleCell rowAttributes)
Creates a PdfPCell with these attributes.Methods in com.aowagie.text with parameters of type PdfPCell Modifier and Type Method Description void
SimpleCell. cellLayout(PdfPCell cell, Rectangle position, PdfContentByte[] canvases)
-
Uses of PdfPCell in com.aowagie.text.pdf
Fields in com.aowagie.text.pdf declared as PdfPCell Modifier and Type Field Description private PdfPCell[]
PdfPRow. cells
protected PdfPCell[]
PdfPTable. currentRow
protected PdfPCell
PdfPTable. defaultCell
Methods in com.aowagie.text.pdf that return PdfPCell Modifier and Type Method Description PdfPCell[]
PdfPRow. getCells()
Returns the array of cells in the row.PdfPCell
PdfPTable. getDefaultCell()
Gets the defaultPdfPCell
that will be used as reference for all theaddCell
methods exceptaddCell(PdfPCell)
.Methods in com.aowagie.text.pdf with parameters of type PdfPCell Modifier and Type Method Description void
PdfPTable. addCell(PdfPCell cell)
Adds a cell element.void
PdfPCellEvent. cellLayout(PdfPCell cell, Rectangle position, PdfContentByte[] canvases)
This method is called at the end of the cell rendering.private void
PdfPRow. writeBorderAndBackground(float xPos, float yPos, float currentMaxHeight, PdfPCell cell, PdfContentByte[] canvases)
Writes the border and background of one cell in the row.Constructors in com.aowagie.text.pdf with parameters of type PdfPCell Constructor Description PdfPCell(PdfPCell cell)
Constructs a deep copy of aPdfPCell
.PdfPCell(PdfPTable table, PdfPCell style)
Constructs aPdfPCell
with aPdfPtable
.PdfPRow(PdfPCell[] cells)
Constructs a new PdfPRow with the cells in the array that was passed as a parameter. -
Uses of PdfPCell in com.aowagie.text.pdf.events
Methods in com.aowagie.text.pdf.events with parameters of type PdfPCell Modifier and Type Method Description void
PdfPCellEventForwarder. cellLayout(PdfPCell cell, Rectangle position, PdfContentByte[] canvases)
-