Uses of Class
io.keikai.doc.io.schema.pdf.PDFTableCell
-
Packages that use PDFTableCell Package Description io.keikai.doc.io.schema.pdf io.keikai.doc.io.schema.pdf.render -
-
Uses of PDFTableCell in io.keikai.doc.io.schema.pdf
Methods in io.keikai.doc.io.schema.pdf that return PDFTableCell Modifier and Type Method Description PDFTableCell[][]PDFTable. getGrid()Returns the grid of the table.Methods in io.keikai.doc.io.schema.pdf that return types with arguments of type PDFTableCell Modifier and Type Method Description java.util.List<PDFTableCell>PDFTableRow. getCells()Returns the cells in the row.Methods in io.keikai.doc.io.schema.pdf with parameters of type PDFTableCell Modifier and Type Method Description voidPDFTableRow. addCell(PDFTableCell cell)Adds a cell to the row.voidPDFTable. setGrid(PDFTableCell[][] grid)Sets the grid of the table. -
Uses of PDFTableCell in io.keikai.doc.io.schema.pdf.render
Constructors in io.keikai.doc.io.schema.pdf.render with parameters of type PDFTableCell Constructor Description TableCellRenderer(PDFTableCell pdfCell, IRenderer parent, org.apache.pdfbox.pdmodel.common.PDRectangle rect)Create aTableCellRendererinstance.
-