Uses of Class
com.lowagie.text.Table
Packages that use Table
-
Uses of Table in com.lowagie.text
Methods in com.lowagie.text that return TableModifier and TypeMethodDescriptionSimpleTable.createTable()Deprecated.Creates a Table object based on this TableAttributes object.Methods in com.lowagie.text with parameters of type TableModifier and TypeMethodDescriptionvoidTable.insertTable(Table aTable) Deprecated.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) Deprecated.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, Point aLocation) Deprecated.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.lowagie.text with parameters of type Table -
Uses of Table in com.lowagie.text.factories
Methods in com.lowagie.text.factories that return TableModifier and TypeMethodDescriptionstatic TableElementFactory.getTable(Properties attributes) Deprecated.Creates an Table object based on a list of properties. -
Uses of Table in com.lowagie.text.pdf
Fields in com.lowagie.text.pdf declared as TableModifier and TypeFieldDescriptionprotected TablePdfTable.tableDeprecated.Original table used to build this objectMethods in com.lowagie.text.pdf with parameters of type TableModifier and TypeMethodDescriptionprivate voidPdfDocument.addPdfTable(Table t) Deprecated.Adds a new table to the document.(package private) floatDeprecated.Returns the bottomvalue of aTableif it were added to this document.booleanDeprecated.Checks if aTablefits the current page of thePdfDocument.booleanDeprecated.Checks if aTablefits the current page of thePdfDocument.Constructors in com.lowagie.text.pdf with parameters of type Table