Uses of Class
com.lowagie.text.Table

Packages that use Table
com.lowagie.text   
com.lowagie.text.pdf   
com.lowagie.text.rtf   
com.lowagie.text.rtf.table   
 

Uses of Table in com.lowagie.text
 

Methods in com.lowagie.text that return Table
 Table SimpleTable.createTable()
          Creates a Table object based on this TableAttributes object.
 

Methods in com.lowagie.text with parameters of type Table
 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.
 void Table.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.
 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.lowagie.text.pdf
 

Fields in com.lowagie.text.pdf declared as Table
protected  Table PdfTable.table
          Original table used to build this object
 

Methods in com.lowagie.text.pdf with parameters of type Table
 boolean PdfWriter.fitsPage(Table table)
          Checks if a Table fits the current page of the PdfDocument.
 boolean PdfWriter.fitsPage(Table table, float margin)
          Checks if a Table fits the current page of the PdfDocument.
 PdfTable PdfWriter.getPdfTable(Table table)
          Gets a pre-rendered table.
 float PdfWriter.getTableBottom(Table table)
          Sometimes it is necessary to know where the just added Table ends.
 

Uses of Table in com.lowagie.text.rtf
 

Methods in com.lowagie.text.rtf that return Table
protected  Table RtfTable.getOriginalTable()
          Deprecated. This method allows access to the original Table that led to this RtfTable.
 

Methods in com.lowagie.text.rtf with parameters of type Table
 boolean RtfTable.importTable(Table table, int pageWidth)
          Deprecated. Import a Table into the RtfTable.
 boolean RtfRow.writeRow(ByteArrayOutputStream os, int rowNum, Table table)
          Deprecated. Write the RtfRow to the specified OutputStream.
 

Uses of Table in com.lowagie.text.rtf.table
 

Constructors in com.lowagie.text.rtf.table with parameters of type Table
RtfTable(RtfDocument doc, Table table)
          Constructs a RtfTable based on a Table for a RtfDocument.
 



Copyright © 2006-2007 EGIZ - E-Government Innovationszentrum. All Rights Reserved.