Uses of Class
com.itextpdf.text.pdf.PdfPCell
Packages that use PdfPCell
Package
Description
Element
s 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 PdfPCell
CellWrapper.cell
Deprecated.The cell that is wrapped in this stub.Fields in com.itextpdf.text.html.simpleparser with type parameters of type PdfPCellModifier and TypeFieldDescriptionTableWrapper.rows
Deprecated.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.cells
protected PdfPCell[]
PdfPTable.currentRow
protected PdfPCell
PdfPTable.defaultCell
Methods in com.itextpdf.text.pdf that return PdfPCellModifier and TypeMethodDescriptionAdds a cell element.(package private) PdfPCell
PdfPTable.cellAt
(int row, int col) Added by timmo3.PdfPCell[]
PdfPRow.getCells()
Returns the array of cells in the row.PdfPTable.getDefaultCell()
Gets the defaultPdfPCell
that will be used as reference for all theaddCell
methods exceptaddCell(PdfPCell)
.Methods in com.itextpdf.text.pdf with parameters of type PdfPCellModifier and TypeMethodDescriptionAdds a cell element.void
PdfPTable.ColumnMeasurementState.beginCell
(PdfPCell cell, float completedRowsHeight, float rowHeight) void
PdfPCellEvent.cellLayout
(PdfPCell cell, Rectangle position, PdfContentByte[] canvases) This method is called at the end of the cell rendering.private void
PdfStructureElement.writeAttributes
(PdfPCell cell) void
PdfPRow.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 aPdfPCell
with 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 TypeMethodDescriptionvoid
FieldPositioningEvents.cellLayout
(PdfPCell cell, Rectangle rect, PdfContentByte[] canvases) void
PdfPCellEventForwarder.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 TypeClassDescriptionclass
HtmlCell 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 TypeMethodDescriptionvoid
CellSpacingEvent.cellLayout
(PdfPCell cell, Rectangle position, PdfContentByte[] canvases)