Uses of Class
com.itextpdf.text.Table
-
Packages that use Table Package Description com.itextpdf.text com.itextpdf.text.factories com.itextpdf.text.pdf -
-
Uses of Table in com.itextpdf.text
Methods in com.itextpdf.text that return Table Modifier and Type Method Description TableSimpleTable. createTable()Creates a Table object based on this TableAttributes object.Methods in com.itextpdf.text with parameters of type Table Modifier and Type Method Description voidTable. insertTable(Table aTable)To put a table within the existing table at the current position generateTable will of course re-arrange the widths of the columns.voidTable. insertTable(Table aTable, int row, int column)To put a table within the existing table at the given position generateTable will of course re-arrange the widths of the columns.voidTable. insertTable(Table aTable, java.awt.Point aLocation)To put a table within the existing table at the given position generateTable will of course re-arrange the widths of the columns.Constructors in com.itextpdf.text with parameters of type Table Constructor Description Table(Table t)Copy constructor (shallow copy). -
Uses of Table in com.itextpdf.text.factories
Methods in com.itextpdf.text.factories that return Table Modifier and Type Method Description static TableElementFactory. getTable(java.util.Properties attributes)Creates an Table object based on a list of properties. -
Uses of Table in com.itextpdf.text.pdf
Fields in com.itextpdf.text.pdf declared as Table Modifier and Type Field Description protected TablePdfTable. tableOriginal table used to build this objectMethods in com.itextpdf.text.pdf with parameters of type Table Modifier and Type Method Description booleanPdfWriter. fitsPage(Table table)Checks if aTablefits the current page of thePdfDocument.booleanPdfWriter. fitsPage(Table table, float margin)Checks if aTablefits the current page of thePdfDocument.
-