Uses of Class
com.lowagie.text.pdf.PdfPCell
Packages that use PdfPCell
Package
Description
-
Uses of PdfPCell in com.lowagie.text
Methods in com.lowagie.text that return PdfPCellModifier and TypeMethodDescriptionCell.createPdfPCell()
Creates a PdfPCell based on this Cell object.SimpleCell.createPdfPCell
(SimpleCell rowAttributes) Creates a PdfPCell with these attributes.Methods in com.lowagie.text with parameters of type PdfPCellModifier and TypeMethodDescriptionvoid
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 PdfPCellFields in com.lowagie.text.html.simpleparser with type parameters of type PdfPCellMethods in com.lowagie.text.html.simpleparser that return PdfPCellMethods in com.lowagie.text.html.simpleparser that return types with arguments of type PdfPCellMethods in com.lowagie.text.html.simpleparser with parameters of type PdfPCellMethod parameters in com.lowagie.text.html.simpleparser with type arguments of type PdfPCell -
Uses of PdfPCell in com.lowagie.text.pdf
Fields in com.lowagie.text.pdf declared as PdfPCellModifier and TypeFieldDescriptionprotected PdfPCell[]
PdfPRow.cells
protected PdfPCell[]
PdfPTable.currentRow
protected PdfPCell
PdfPTable.defaultCell
Methods in com.lowagie.text.pdf that return PdfPCellModifier and TypeMethodDescriptionAdds an Image as Cell.Adds a cell element.Adds a nested table.Adds a cell element.Adds a cell element.PdfPCell[]
PdfPRow.getCells()
Returns the array of cells in the row.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 PdfPCellModifier and TypeMethodDescriptionAdds 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 -
Uses of PdfPCell in com.lowagie.text.pdf.events
Methods in com.lowagie.text.pdf.events with parameters of type PdfPCellModifier and TypeMethodDescriptionvoid
FieldPositioningEvents.cellLayout
(PdfPCell cell, Rectangle rect, PdfContentByte[] canvases) void
PdfPCellEventForwarder.cellLayout
(PdfPCell cell, Rectangle position, PdfContentByte[] canvases)