Uses of Class
com.lowagie.text.pdf.PdfCell
Packages that use PdfCell
-
Uses of PdfCell in com.lowagie.text.pdf
Fields in com.lowagie.text.pdf with type parameters of type PdfCellModifier and TypeFieldDescriptionPdfTable.cells
this is the ArrayList with all the cells in the table.PdfTable.headercells
this is the ArrayList with all the cell of the table header.PdfDocument.RenderingContext.pageCellSetMap
PdfDocument.RenderingContext.pageMap
PdfDocument.RenderingContext.rowspanMap
Methods in com.lowagie.text.pdf that return types with arguments of type PdfCellModifier and TypeMethodDescriptionPdfDocument.extractRows
(List<PdfCell> cells, PdfDocument.RenderingContext ctx) PdfTable.getCells()
Returns the arraylist with the cells of the table.PdfTable.getHeaderCells()
Returns the arraylist with the cells of the table header.Methods in com.lowagie.text.pdf with parameters of type PdfCellModifier and TypeMethodDescriptionint
PdfDocument.RenderingContext.cellRendered
(PdfCell cell, int pageNumber) int
PdfDocument.RenderingContext.consumeRowspan
(PdfCell c) Consumes the rowspanint
PdfDocument.RenderingContext.currentRowspan
(PdfCell c) Looks at the current rowspan.boolean
PdfDocument.RenderingContext.isCellRenderedOnPage
(PdfCell cell, int pageNumber) int
PdfDocument.RenderingContext.numCellRendered
(PdfCell cell) Method parameters in com.lowagie.text.pdf with type arguments of type PdfCellModifier and TypeMethodDescriptionprotected void
PdfDocument.analyzeRow
(List<List<PdfCell>> rows, PdfDocument.RenderingContext ctx) protected void
PdfDocument.consumeRowspan
(List<PdfCell> row, PdfDocument.RenderingContext ctx) PdfDocument.extractRows
(List<PdfCell> cells, PdfDocument.RenderingContext ctx) protected boolean
PdfDocument.mayBeRemoved
(List<PdfCell> row)