Package | Description |
---|---|
com.lowagie.text | |
com.lowagie.text.factories | |
com.lowagie.text.pdf |
Modifier and Type | Method and Description |
---|---|
Table |
SimpleTable.createTable()
Creates a Table object based on this TableAttributes object.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
Table(Table t)
Copy constructor (shallow copy).
|
Modifier and Type | Method and Description |
---|---|
static Table |
ElementFactory.getTable(Properties attributes)
Creates an Table object based on a list of properties.
|
Modifier and Type | Field and Description |
---|---|
protected Table |
PdfTable.table
Original table used to build this object
|
Modifier and Type | Method and Description |
---|---|
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 . |
Copyright © 2018. All rights reserved.