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 Elements created for specific use when processing HTML.com.itextpdf.tool.xml.html.table TagProcessor implementations fortabletags. -
-
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 PdfPCellCellWrapper. cellDeprecated.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. rowsDeprecated.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 PdfPCellCellWrapper. createPdfPCell(java.lang.String tag, ChainedProperties chain)Deprecated.Creates a PdfPCell element based on a tag and its properties.PdfPCellCellWrapper. getCell()Deprecated.Returns the PdfPCell.Method parameters in com.itextpdf.text.html.simpleparser with type arguments of type PdfPCell Modifier and Type Method Description voidTableWrapper. 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 classPdfPHeaderCellCreated by IntelliJ IDEA.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 PdfPCellPdfPTable. addCell(PdfPCell cell)Adds 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.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 PdfPCellPdfPTable. addCell(PdfPCell cell)Adds 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 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.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 voidFieldPositioningEvents. 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.pdfelement Modifier and Type Class Description classHtmlCellHtmlCell 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 voidCellSpacingEvent. cellLayout(PdfPCell cell, Rectangle position, PdfContentByte[] canvases)
-