Uses of Class
io.keikai.doc.io.schema.pdf.PDFTableCell
Packages that use PDFTableCell
-
Uses of PDFTableCell in io.keikai.doc.io.schema.pdf
Methods in io.keikai.doc.io.schema.pdf that return PDFTableCellModifier and TypeMethodDescriptionPDFTableCell[][]PDFTable.getGrid()Returns the grid of the table.Methods in io.keikai.doc.io.schema.pdf that return types with arguments of type PDFTableCellMethods in io.keikai.doc.io.schema.pdf with parameters of type PDFTableCellModifier and TypeMethodDescriptionvoidPDFTableRow.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 PDFTableCellModifierConstructorDescriptionTableCellRenderer(PDFTableCell pdfCell, IRenderer parent, org.apache.pdfbox.pdmodel.common.PDRectangle rect) Create aTableCellRendererinstance.