Re: [iText-questions] ColumnText vs Paragraph

2002-10-31 Thread Paulo Soares
ColumnText is fed with chunks/phrases that are then processed and writen. Best Regards, Paulo Soares --- David Thielen <[EMAIL PROTECTED]> wrote: > Hi; > > Ok, I'm pretty new to iText and this is just my > first impression. But it seems to me that ColumnText > should contain Paragraphs rather th

[iText-questions] ColumnText vs Paragraph

2002-10-31 Thread David Thielen
Hi;   Ok, I'm pretty new to iText and this is just my first impression. But it seems to me that ColumnText should contain Paragraphs rather than you have to use ColumnText instead of Paragraphs. Or that ColumnText should inherit from Paragraph.   ??? - dave