Uses of Class
com.aowagie.text.pdf.PdfCell
-
Packages that use PdfCell Package Description com.aowagie.text.pdf -
-
Uses of PdfCell in com.aowagie.text.pdf
Methods in com.aowagie.text.pdf with parameters of type PdfCell Modifier and Type Method Description private intPdfDocument.RenderingContext. cellRendered(PdfCell cell, int pageNumber)private intPdfDocument.RenderingContext. consumeRowspan(PdfCell c)Consumes the rowspanprivate intPdfDocument.RenderingContext. currentRowspan(PdfCell c)Looks at the current rowspan.private booleanPdfDocument.RenderingContext. isCellRenderedOnPage(PdfCell cell, int pageNumber)private intPdfDocument.RenderingContext. numCellRendered(PdfCell cell)
-