Uses of Class
org.openpdf.text.pdf.PdfCell
Packages that use PdfCell
-
Uses of PdfCell in org.openpdf.text.pdf
Methods in org.openpdf.text.pdf that return types with arguments of type PdfCellModifier and TypeMethodDescriptionPdfDocument.extractRows(List<PdfCell> cells, PdfDocument.RenderingContext ctx) Methods in org.openpdf.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 org.openpdf.text.pdf with type arguments of type PdfCellModifier and TypeMethodDescriptionprotected voidPdfDocument.analyzeRow(List<List<PdfCell>> rows, PdfDocument.RenderingContext ctx) protected voidPdfDocument.consumeRowspan(List<PdfCell> row, PdfDocument.RenderingContext ctx) PdfDocument.extractRows(List<PdfCell> cells, PdfDocument.RenderingContext ctx) protected booleanPdfDocument.mayBeRemoved(List<PdfCell> row)