Uses of Class
com.itextpdf.text.pdf.PdfPCell
-
Packages that use PdfPCell Package Description com.itextpdf.text com.itextpdf.text.html.simpleparser com.itextpdf.text.pdf com.itextpdf.text.pdf.events -
-
Uses of PdfPCell in com.itextpdf.text
Methods in com.itextpdf.text that return PdfPCell Modifier and Type Method Description PdfPCellCell. createPdfPCell()Creates a PdfPCell based on this Cell object.PdfPCellSimpleCell. createPdfPCell(SimpleCell rowAttributes)Creates a PdfPCell with these attributes.Methods in com.itextpdf.text with parameters of type PdfPCell Modifier and Type Method Description voidSimpleCell. cellLayout(PdfPCell cell, Rectangle position, PdfContentByte[] canvases) -
Uses of PdfPCell in com.itextpdf.text.html.simpleparser
Methods in com.itextpdf.text.html.simpleparser that return PdfPCell Modifier and Type Method Description PdfPCellIncCell. getCell()Methods in com.itextpdf.text.html.simpleparser with parameters of type PdfPCell Modifier and Type Method Description voidIncTable. addCol(PdfPCell cell) -
Uses of PdfPCell in com.itextpdf.text.pdf
Fields in com.itextpdf.text.pdf declared as PdfPCell Modifier and Type Field Description protected PdfPCell[]PdfPRow. cellsprotected PdfPCell[]PdfPTable. currentRowprotected PdfPCellPdfPTable. defaultCellMethods in com.itextpdf.text.pdf that return PdfPCell Modifier and Type Method Description PdfPCell[]PdfPRow. getCells()Returns the array of cells in the row.PdfPCellPdfPTable. getDefaultCell()Gets the defaultPdfPCellthat will be used as reference for all theaddCellmethods exceptaddCell(PdfPCell).Methods in com.itextpdf.text.pdf with parameters of type PdfPCell Modifier and Type Method Description voidPdfPTable. addCell(PdfPCell cell)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)Writes the border and background of one cell in the row.Constructors in com.itextpdf.text.pdf with parameters of type PdfPCell Constructor Description PdfPCell(PdfPCell cell)Constructs a deep copy of aPdfPCell.PdfPCell(PdfPTable table, PdfPCell style)Constructs aPdfPCellwith 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.itextpdf.text.pdf.events
Methods in com.itextpdf.text.pdf.events with parameters of type PdfPCell Modifier and Type Method Description voidFieldPositioningEvents. cellLayout(PdfPCell cell, Rectangle rect, PdfContentByte[] canvases)voidPdfPCellEventForwarder. cellLayout(PdfPCell cell, Rectangle position, PdfContentByte[] canvases)
-