Hello,

Would you give me an example how to use List with a Table? Please.
All ListItems are rendered in one line.

I have tried:

Table table = new Table(3);
Phrase phrase = new Phrase("", myFont);
List list = new List();
list.add(new ListItem("something"));
list.add(new ListItem("something 2"));
list.add(new ListItem("something 3"));
phrase.add(list);
table.addCell(phrase);

What I'm missing?

Thank you.

Best Regards.
Michael.



-------------------------------------------------------
This SF.Net email is sponsored by: SourceForge.net Broadband
Sign-up now for SourceForge Broadband and get the fastest
6.0/768 connection for only $19.95/mo for the first 3 months!
http://ads.osdn.com/?ad_id=2562&alloc_id=6184&op=click
_______________________________________________
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to