Uses of Class
com.aowagie.text.Table
Packages that use Table
-
Uses of Table in com.aowagie.text
Methods in com.aowagie.text with parameters of type TableModifier and TypeMethodDescription(package private) void
Table.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 void
Table.insertTable
(Table aTable, 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 TableModifier and TypeMethodDescriptionstatic Table
ElementFactory.getTable
(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 TableModifier and TypeFieldDescriptionprivate final Table
PdfTable.table
Original table used to build this objectMethods in com.aowagie.text.pdf with parameters of type TableModifier and TypeMethodDescriptionprivate void
PdfDocument.addPdfTable
(Table t) Adds a new table to the document.(package private) float
Returns the bottomvalue of aTable
if it were added to this document.private boolean
Checks if aTable
fits the current page of thePdfDocument
.Constructors in com.aowagie.text.pdf with parameters of type Table