i'm generating a table that needs to be tightly
formatted. i.e. fixed widths and text inside
the cells have to fit.

i'm using pdfptable

1. as i'm adding cells, can i find the height of
the table so far?

2. if the text inside a cell does not fit - i need to
make the font smaller on a per cell basis. if the cell
gets too small...then split across multiple lines etc.

how do i do this...i assume cellevents...but haven't
been able to figure it out exactly.

3. is there a way to set up the table structure
(widths, format etc). and then add content on the same
object on a per page basis.

for example:
   - set up table object
   - for each page do
         set table.cell(1,1).setText("???");

thanks.




                
__________________________________ 
Yahoo! Music Unlimited 
Access over 1 million songs. Try it free.
http://music.yahoo.com/unlimited/


-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to