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.cellsDeprecated.this is the ArrayList with all the cells in the table.PdfTable.headercellsDeprecated.this is the ArrayList with all the cell of the table header.PdfDocument.RenderingContext.pageCellSetMapPdfDocument.RenderingContext.pageMapPdfDocument.RenderingContext.rowspanMapMethods in com.lowagie.text.pdf that return types with arguments of type PdfCellModifier and TypeMethodDescriptionPdfDocument.extractRows(List<PdfCell> cells, PdfDocument.RenderingContext ctx) Deprecated.PdfTable.getCells()Deprecated.Returns the arraylist with the cells of the table.PdfTable.getHeaderCells()Deprecated.Returns the arraylist with the cells of the table header.Methods in com.lowagie.text.pdf with parameters of type PdfCellModifier and TypeMethodDescriptionintPdfDocument.RenderingContext.cellRendered(PdfCell cell, int pageNumber) intPdfDocument.RenderingContext.consumeRowspan(PdfCell c) Consumes the rowspanintPdfDocument.RenderingContext.currentRowspan(PdfCell c) Looks at the current rowspan.booleanPdfDocument.RenderingContext.isCellRenderedOnPage(PdfCell cell, int pageNumber) intPdfDocument.RenderingContext.numCellRendered(PdfCell cell) Method parameters in com.lowagie.text.pdf with type arguments of type PdfCellModifier and TypeMethodDescriptionprotected voidPdfDocument.analyzeRow(List<List<PdfCell>> rows, PdfDocument.RenderingContext ctx) Deprecated.protected voidPdfDocument.consumeRowspan(List<PdfCell> row, PdfDocument.RenderingContext ctx) Deprecated.PdfDocument.extractRows(List<PdfCell> cells, PdfDocument.RenderingContext ctx) Deprecated.protected booleanPdfDocument.mayBeRemoved(List<PdfCell> row) Deprecated.