Uses of Class
com.lowagie.text.pdf.PdfCell
-
Packages that use PdfCell Package Description com.lowagie.text.pdf -
-
Uses of PdfCell in com.lowagie.text.pdf
Methods in com.lowagie.text.pdf that return types with arguments of type PdfCell Modifier and Type Method Description protected List<List<PdfCell>>PdfDocument. extractRows(List<PdfCell> cells, PdfDocument.RenderingContext ctx)Methods in com.lowagie.text.pdf with parameters of type PdfCell Modifier and Type Method Description intPdfDocument.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 PdfCell Modifier and Type Method Description protected voidPdfDocument. analyzeRow(List<List<PdfCell>> rows, PdfDocument.RenderingContext ctx)protected voidPdfDocument. consumeRowspan(List<PdfCell> row, PdfDocument.RenderingContext ctx)protected List<List<PdfCell>>PdfDocument. extractRows(List<PdfCell> cells, PdfDocument.RenderingContext ctx)protected booleanPdfDocument. mayBeRemoved(List<PdfCell> row)
-