Currently (due to it being a fairly trivial implementation so far) I am just using the Table class - but I would be more than willing to move over to PdfPTable if it gives me this flexibility!
Thanks,
Steve
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Monday, March 11, 2002 10:40 AM
To: McGarrity, Steve
Cc: '[EMAIL PROTECTED]'
Subject: Re: Column wrapping in Tables
McGarrity, Steve writes:
> Hi there,
>
> I have just started using iText to begin implementing a Report generator,
> and its been a great help so far in understanding how PDFs work - great to
> have a fully-featured Library to use for it!
>
> I have a question with regards to Tables. Currently, when I extract data
> out of an SQL table with too many rows, and it goes over the limit on the
> page, they go off the page so the data isnt displayed correctly. However, I
> would like to be able to 'wrap' the data and the headers, so something like
> the following would happen:
Are you using class Table or PdfPTable?