|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PdfPTable | |
---|---|
com.lowagie.text.pdf | |
it.eng.spagobi.engines.worksheet.exporter |
Uses of PdfPTable in com.lowagie.text.pdf |
---|
Methods in com.lowagie.text.pdf that return PdfPTable | |
---|---|
static PdfPTable |
PdfPTable.shallowCopy(PdfPTable table)
Makes a shallow copy of a table (format without content). |
Methods in com.lowagie.text.pdf with parameters of type PdfPTable | |
---|---|
void |
PdfPTable.addCell(PdfPTable table)
Adds a nested table. |
protected void |
PdfPTable.copyFormat(PdfPTable sourceTable)
Copies the format of the sourceTable without copying the content. |
static PdfPTable |
PdfPTable.shallowCopy(PdfPTable table)
Makes a shallow copy of a table (format without content). |
Constructors in com.lowagie.text.pdf with parameters of type PdfPTable | |
---|---|
PdfPTable(PdfPTable table)
Constructs a copy of a PdfPTable . |
Uses of PdfPTable in it.eng.spagobi.engines.worksheet.exporter |
---|
Methods in it.eng.spagobi.engines.worksheet.exporter that return PdfPTable | |
---|---|
PdfPTable |
DataSourceTablePDFExporter.buildTableHeader(it.eng.spagobi.tools.dataset.common.datastore.IDataStore dataStore)
Builds the header of the table.. |
Methods in it.eng.spagobi.engines.worksheet.exporter with parameters of type PdfPTable | |
---|---|
void |
DataSourceTablePDFExporter.buildTableContent(it.eng.spagobi.tools.dataset.common.datastore.IDataStore dataStore,
PdfPTable table)
Build the content of the table |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |