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()Deprecated.Creates a PdfPCell based on this Cell object.SimpleCell.createPdfPCell(SimpleCell rowAttributes) Deprecated.Creates a PdfPCell with these attributes.Methods in com.lowagie.text with parameters of type PdfPCellModifier and TypeMethodDescriptionvoidSimpleCell.cellLayout(PdfPCell cell, Rectangle position, PdfContentByte[] canvases) Deprecated. -
Uses of PdfPCell in com.lowagie.text.html.simpleparser
Methods 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.cellsDeprecated.protected PdfPCell[]PdfPTable.currentRowDeprecated.protected PdfPCellPdfPTable.defaultCellDeprecated.Methods in com.lowagie.text.pdf that return PdfPCellModifier and TypeMethodDescriptionDeprecated.Adds an Image as Cell.Deprecated.Adds a cell element.Deprecated.Adds a nested table.Deprecated.Adds a cell element.Deprecated.Adds a cell element.PdfPCell[]PdfPRow.getCells()Deprecated.Returns the array of cells in the row.PdfPTable.getDefaultCell()Deprecated.Gets the defaultPdfPCellthat will be used as reference for all theaddCellmethods exceptaddCell(PdfPCell).Methods in com.lowagie.text.pdf with parameters of type PdfPCellModifier and TypeMethodDescriptionDeprecated.Adds 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) Deprecated.Writes the border and background of one cell in the row.Constructors in com.lowagie.text.pdf with parameters of type PdfPCellModifierConstructorDescriptionDeprecated.Constructs a deep copy of aPdfPCell.Deprecated.Constructs aPdfPCellwith aPdfPtable.Deprecated.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 PdfPCellModifier and TypeMethodDescriptionvoidFieldPositioningEvents.cellLayout(PdfPCell cell, Rectangle rect, PdfContentByte[] canvases) Deprecated.voidPdfPCellEventForwarder.cellLayout(PdfPCell cell, Rectangle position, PdfContentByte[] canvases) Deprecated.