Uses of Class
com.itextpdf.text.pdf.PdfPCell
Packages that use PdfPCell
Package
Description
Elements created for specific use when processing HTML.TagProcessor implementations for
table tags.-
Uses of PdfPCell in com.itextpdf.text.html.simpleparser
Fields in com.itextpdf.text.html.simpleparser declared as PdfPCellModifier and TypeFieldDescriptionprivate final PdfPCellCellWrapper.cellDeprecated.The cell that is wrapped in this stub.Fields in com.itextpdf.text.html.simpleparser with type parameters of type PdfPCellModifier and TypeFieldDescriptionTableWrapper.rowsDeprecated.Nested list containing the PdfPCell elements that are part of this table.Methods in com.itextpdf.text.html.simpleparser that return PdfPCellModifier and TypeMethodDescriptionCellWrapper.createPdfPCell(String tag, ChainedProperties chain) Deprecated.Creates a PdfPCell element based on a tag and its properties.CellWrapper.getCell()Deprecated.Returns the PdfPCell.Method parameters in com.itextpdf.text.html.simpleparser with type arguments of type PdfPCell -
Uses of PdfPCell in com.itextpdf.text.pdf
Subclasses of PdfPCell in com.itextpdf.text.pdfFields in com.itextpdf.text.pdf declared as PdfPCellModifier and TypeFieldDescriptionprotected PdfPCell[]PdfPRow.cellsprotected PdfPCell[]PdfPTable.currentRowprotected PdfPCellPdfPTable.defaultCellMethods in com.itextpdf.text.pdf that return PdfPCellModifier and TypeMethodDescriptionAdds a cell element.(package private) PdfPCellPdfPTable.cellAt(int row, int col) Added by timmo3.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 com.itextpdf.text.pdf with parameters of type PdfPCellModifier and TypeMethodDescriptionAdds a cell element.voidPdfPTable.ColumnMeasurementState.beginCell(PdfPCell cell, float completedRowsHeight, float rowHeight) voidPdfPCellEvent.cellLayout(PdfPCell cell, Rectangle position, PdfContentByte[] canvases) This method is called at the end of the cell rendering.private voidPdfStructureElement.writeAttributes(PdfPCell cell) 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 PdfPCellModifierConstructorDescriptionConstructs a deep copy of aPdfPCell.Constructs aPdfPCellwith aPdfPtable.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 PdfPCellModifier and TypeMethodDescriptionvoidFieldPositioningEvents.cellLayout(PdfPCell cell, Rectangle rect, PdfContentByte[] canvases) voidPdfPCellEventForwarder.cellLayout(PdfPCell cell, Rectangle position, PdfContentByte[] canvases) -
Uses of PdfPCell in com.itextpdf.tool.xml.html.pdfelement
Subclasses of PdfPCell in com.itextpdf.tool.xml.html.pdfelementModifier and TypeClassDescriptionclassHtmlCell is created to provide more parameters to better mimic the behavior of table cell in HTML.Constructors in com.itextpdf.tool.xml.html.pdfelement with parameters of type PdfPCell -
Uses of PdfPCell in com.itextpdf.tool.xml.html.table
Methods in com.itextpdf.tool.xml.html.table with parameters of type PdfPCellModifier and TypeMethodDescriptionvoidCellSpacingEvent.cellLayout(PdfPCell cell, Rectangle position, PdfContentByte[] canvases)