Uses of Class
com.moebiusgames.pdfbox.table.PDFTable
-
Uses of PDFTable in com.moebiusgames.pdfbox.table
Methods in com.moebiusgames.pdfbox.table that return PDFTableModifier and TypeMethodDescriptionstatic PDFTablePDFTable.createByRelativeColumnWidth(float tableWidth, float... columnWidthPercent) creates a table according to a given total width of the table and sets the column's with as a pecentage of that widthstatic PDFTablePDFTable.createWithSomeFixedColumnWidths(float tableWidth, float... columnWidths) Creates a table with the given total width and fixed widths for the column specified.