Uses of Class
com.lowagie.text.pdf.PdfPCell
-
Packages that use PdfPCell Package Description com.lowagie.text com.lowagie.text.html.simpleparser com.lowagie.text.pdf com.lowagie.text.pdf.events -
-
Uses of PdfPCell in com.lowagie.text
Methods in com.lowagie.text that return PdfPCell Modifier and Type Method Description 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.lowagie.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.lowagie.text.html.simpleparser
Fields in com.lowagie.text.html.simpleparser declared as PdfPCell Modifier and Type Field Description private PdfPCell
IncCell. cell
Fields in com.lowagie.text.html.simpleparser with type parameters of type PdfPCell Modifier and Type Field Description private java.util.List<PdfPCell>
IncTable. cols
private java.util.List<java.util.List<PdfPCell>>
IncTable. rows
Methods in com.lowagie.text.html.simpleparser that return PdfPCell Modifier and Type Method Description PdfPCell
IncCell. getCell()
Methods in com.lowagie.text.html.simpleparser that return types with arguments of type PdfPCell Modifier and Type Method Description java.util.List<java.util.List<PdfPCell>>
IncTable. getTableRows()
Methods in com.lowagie.text.html.simpleparser with parameters of type PdfPCell Modifier and Type Method Description void
IncTable. addCol(PdfPCell cell)
Method parameters in com.lowagie.text.html.simpleparser with type arguments of type PdfPCell Modifier and Type Method Description void
IncTable. addCols(java.util.List<PdfPCell> ncols)
-
Uses of PdfPCell in com.lowagie.text.pdf
Fields in com.lowagie.text.pdf declared as PdfPCell Modifier and Type Field Description protected PdfPCell[]
PdfPRow. cells
protected PdfPCell[]
PdfPTable. currentRow
protected PdfPCell
PdfPTable. defaultCell
Methods in com.lowagie.text.pdf that return PdfPCell Modifier and Type Method Description PdfPCell
PdfPTable. addCell(Image image)
Adds an Image as Cell.PdfPCell
PdfPTable. addCell(PdfPCell cell)
Adds a cell element.PdfPCell
PdfPTable. addCell(PdfPTable table)
Adds a nested table.PdfPCell
PdfPTable. addCell(Phrase phrase)
Adds a cell element.PdfPCell
PdfPTable. addCell(java.lang.String text)
Adds a cell element.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)
.(package private) PdfPCell
PdfPTable. obtainCell(int row, int col)
Methods in com.lowagie.text.pdf with parameters of type PdfPCell Modifier and Type Method Description PdfPCell
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.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.lowagie.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.lowagie.text.pdf.events
Methods in com.lowagie.text.pdf.events with parameters of type PdfPCell Modifier and Type Method Description void
FieldPositioningEvents. cellLayout(PdfPCell cell, Rectangle rect, PdfContentByte[] canvases)
void
PdfPCellEventForwarder. cellLayout(PdfPCell cell, Rectangle position, PdfContentByte[] canvases)
-