Uses of Class
org.openpdf.text.pdf.PdfPCell
Packages that use PdfPCell
Package
Description
-
Uses of PdfPCell in org.openpdf.text
Methods in org.openpdf.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 org.openpdf.text with parameters of type PdfPCellModifier and TypeMethodDescriptionvoidSimpleCell.cellLayout(PdfPCell cell, Rectangle position, PdfContentByte[] canvases) -
Uses of PdfPCell in org.openpdf.text.html.simpleparser
Methods in org.openpdf.text.html.simpleparser that return PdfPCellMethods in org.openpdf.text.html.simpleparser that return types with arguments of type PdfPCellMethods in org.openpdf.text.html.simpleparser with parameters of type PdfPCellMethod parameters in org.openpdf.text.html.simpleparser with type arguments of type PdfPCell -
Uses of PdfPCell in org.openpdf.text.pdf
Fields in org.openpdf.text.pdf declared as PdfPCellModifier and TypeFieldDescriptionprotected PdfPCell[]PdfPRow.cellsprotected PdfPCell[]PdfPTable.currentRowprotected PdfPCellPdfPTable.defaultCellMethods in org.openpdf.text.pdf that return PdfPCellModifier and TypeMethodDescriptionAdds a cell element.Adds an Image as Cell.Adds a cell element.Adds a nested table.Adds a cell element.PdfPCell[]PdfPRow.getCells()Returns the array of cells in the row.PdfPTable.getDefaultCell()Gets the defaultPdfPCellthat will be used as reference for all theaddCellmethods exceptaddCell(PdfPCell).Methods in org.openpdf.text.pdf with parameters of type PdfPCellModifier and TypeMethodDescriptionAdds a cell element.voidPdfPCellEvent.cellLayout(PdfPCell cell, Rectangle position, PdfContentByte[] canvases) This method is called at the end of the cell rendering.voidPdfPRow.writeBorderAndBackground(float xPos, float yPos, float currentMaxHeight, PdfPCell cell, PdfContentByte[] canvases) Writes the border and background of one cell in the row.Constructors in org.openpdf.text.pdf with parameters of type PdfPCell -
Uses of PdfPCell in org.openpdf.text.pdf.events
Methods in org.openpdf.text.pdf.events with parameters of type PdfPCellModifier and TypeMethodDescriptionvoidFieldPositioningEvents.cellLayout(PdfPCell cell, Rectangle rect, PdfContentByte[] canvases) voidPdfPCellEventForwarder.cellLayout(PdfPCell cell, Rectangle position, PdfContentByte[] canvases)