Uses of Class
com.itextpdf.text.pdf.PdfPCell
-
Packages that use PdfPCell Package Description com.itextpdf.text.html.simpleparser com.itextpdf.text.pdf com.itextpdf.text.pdf.events com.itextpdf.tool.xml.html.pdfelement Element
s created for specific use when processing HTML.com.itextpdf.tool.xml.html.table TagProcessor implementations fortable
tags. -
-
Uses of PdfPCell in com.itextpdf.text.html.simpleparser
Fields in com.itextpdf.text.html.simpleparser declared as PdfPCell Modifier and Type Field Description private PdfPCell
CellWrapper. cell
Deprecated.The cell that is wrapped in this stub.Fields in com.itextpdf.text.html.simpleparser with type parameters of type PdfPCell Modifier and Type Field Description private java.util.List<java.util.List<PdfPCell>>
TableWrapper. rows
Deprecated.Nested list containing the PdfPCell elements that are part of this table.Methods in com.itextpdf.text.html.simpleparser that return PdfPCell Modifier and Type Method Description PdfPCell
CellWrapper. createPdfPCell(java.lang.String tag, ChainedProperties chain)
Deprecated.Creates a PdfPCell element based on a tag and its properties.PdfPCell
CellWrapper. getCell()
Deprecated.Returns the PdfPCell.Method parameters in com.itextpdf.text.html.simpleparser with type arguments of type PdfPCell Modifier and Type Method Description void
TableWrapper. addRow(java.util.List<PdfPCell> row)
Deprecated.Adds a new row to the table. -
Uses of PdfPCell in com.itextpdf.text.pdf
Subclasses of PdfPCell in com.itextpdf.text.pdf Modifier and Type Class Description class
PdfPHeaderCell
Created by IntelliJ IDEA.Fields in com.itextpdf.text.pdf declared as PdfPCell Modifier and Type Field Description protected PdfPCell[]
PdfPRow. cells
protected PdfPCell[]
PdfPTable. currentRow
protected PdfPCell
PdfPTable. defaultCell
Methods in com.itextpdf.text.pdf that return PdfPCell Modifier and Type Method Description PdfPCell
PdfPTable. addCell(PdfPCell cell)
Adds 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.PdfPCell
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 PdfPCell Modifier and Type Method Description PdfPCell
PdfPTable. addCell(PdfPCell cell)
Adds 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 PdfPCell Constructor Description PdfPCell(PdfPCell cell)
Constructs a deep copy of aPdfPCell
.PdfPCell(PdfPTable table, PdfPCell style)
Constructs aPdfPCell
with aPdfPtable
.PdfPRow(PdfPCell[] cells)
Constructs a new PdfPRow with the cells in the array that was passed as a parameter.PdfPRow(PdfPCell[] cells, PdfPRow source)
-
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 void
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.pdfelement Modifier and Type Class Description class
HtmlCell
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 Constructor Description HtmlCell(PdfPCell pdfPCell)
Constructor used for replacing a PdfPCell with a HtmlCell.HtmlCell(PdfPCell pdfPCell, boolean b)
Constructor used for replacing a PdfPCell with a HtmlCell and setting its last in row boolean. -
Uses of PdfPCell in com.itextpdf.tool.xml.html.table
Methods in com.itextpdf.tool.xml.html.table with parameters of type PdfPCell Modifier and Type Method Description void
CellSpacingEvent. cellLayout(PdfPCell cell, Rectangle position, PdfContentByte[] canvases)
-