Uses of Class
io.keikai.doc.io.schema.pdf.PDFTableRow
-
Packages that use PDFTableRow Package Description io.keikai.doc.io.schema.pdf -
-
Uses of PDFTableRow in io.keikai.doc.io.schema.pdf
Methods in io.keikai.doc.io.schema.pdf that return types with arguments of type PDFTableRow Modifier and Type Method Description java.util.List<PDFTableRow>PDFTable. getRows()Returns the rows in the table.Methods in io.keikai.doc.io.schema.pdf with parameters of type PDFTableRow Modifier and Type Method Description voidPDFTable. addRow(PDFTableRow row)Adds a row to the table.
-