Uses of Class
com.aowagie.text.Table
-
Packages that use Table Package Description com.aowagie.text com.aowagie.text.factories com.aowagie.text.pdf -
-
Uses of Table in com.aowagie.text
Methods in com.aowagie.text with parameters of type Table Modifier and Type Method Description (package private) 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.private 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. -
Uses of Table in com.aowagie.text.factories
Methods in com.aowagie.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.aowagie.text.pdf
Fields in com.aowagie.text.pdf declared as Table Modifier and Type Field Description private TablePdfTable. tableOriginal table used to build this objectMethods in com.aowagie.text.pdf with parameters of type Table Modifier and Type Method Description private voidPdfDocument. addPdfTable(Table t)Adds a new table to the document.(package private) floatPdfDocument. bottom(Table table)Returns the bottomvalue of aTableif it were added to this document.private booleanPdfWriter. fitsPage(Table table, float margin)Checks if aTablefits the current page of thePdfDocument.Constructors in com.aowagie.text.pdf with parameters of type Table Constructor Description PdfTable(Table table, float left, float right, float top)Constructs aPdfTable-object.
-