Uses of Class
com.aowagie.text.pdf.PdfPCell
Packages that use PdfPCell
-
Uses of PdfPCell in com.aowagie.text
Methods in com.aowagie.text that return PdfPCellModifier and TypeMethodDescription(package private) PdfPCellCell.createPdfPCell()Creates a PdfPCell based on this Cell object.SimpleCell.createPdfPCell(SimpleCell rowAttributes) Creates a PdfPCell with these attributes.Methods in com.aowagie.text with parameters of type PdfPCellModifier and TypeMethodDescriptionvoidSimpleCell.cellLayout(PdfPCell cell, Rectangle position, PdfContentByte[] canvases) -
Uses of PdfPCell in com.aowagie.text.pdf
Fields in com.aowagie.text.pdf declared as PdfPCellModifier and TypeFieldDescriptionprivate final PdfPCell[]PdfPRow.cellsprotected PdfPCell[]PdfPTable.currentRowprotected PdfPCellPdfPTable.defaultCellMethods in com.aowagie.text.pdf that return PdfPCellModifier and TypeMethodDescriptionPdfPCell[]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 com.aowagie.text.pdf with parameters of type PdfPCellModifier and TypeMethodDescriptionvoidAdds a cell element.voidPdfPCellEvent.cellLayout(PdfPCell cell, Rectangle position, PdfContentByte[] canvases) This method is called at the end of the cell rendering.private 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.aowagie.text.pdf with parameters of type PdfPCell -
Uses of PdfPCell in com.aowagie.text.pdf.events
Methods in com.aowagie.text.pdf.events with parameters of type PdfPCellModifier and TypeMethodDescriptionvoidPdfPCellEventForwarder.cellLayout(PdfPCell cell, Rectangle position, PdfContentByte[] canvases)