It's an old program; all tables are of type Table, the cells of type Cell.
Is there a way to for controlling the space before a new table? Is there a
relatively simple way to change the following code to usage of PdfPTable and
PdfPCell?
CellcellHelper_o = null;
PdfPCellcellHe
PdfPTable.setSpacingBefore()
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On
> Behalf Of Christoph Kradolfer
> Sent: Monday, May 30, 2005 8:37 AM
> To: itext-questions@lists.sourceforge.net
> Subject: [iText-questions] spaces be
I'm creating pdf documents.
How can I influence the space between two tables, which I simply added to the
document one after the other?
I thought about putting the tables as cells into a 'collecting' table, but so I
lost the spaces within the first table.
Thank you very much for any idea!
Chri