In reality, you can only add Chunks to ColumnText, all the margins, indents and leading come from ColumnText itself. You don't have to do all your text in the same ColumnText, there's a method to get the last line position written so that it's possible to have another, possibly different, ColumnText below that one.
Best Regards, Paulo Soares > -----Original Message----- > From: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED] > Sent: Tuesday, June 17, 2003 8:41 > To: [EMAIL PROTECTED] > Subject: [iText-questions] Paragraph in a column text > > Hello, > > I'd like to create column text contaning some Paragraphs, but it seems to > be only possible to add Chunks or Phrases. I need to follow rules because > the PDF -automatically created thanks to a database- will be imported in a > newspaper : each paragraph has a different style. > Is it possible to insert different paragraph in a ColumnText ? Is it > possible to circumvent this problem ? If no, could this feature be added > in > a new iTEXT release ? > Is it possible to use a feature such like "setFollowingIndent" for a > paragraph ? > > Thanks - iTEXT is great ! Congratulation !!! > -- > Pierre > (Clermont-Fd, France) > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: INetU > Attention Web Developers & Consultants: Become An INetU Hosting Partner. > Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission! > INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php > _______________________________________________ > iText-questions mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/itext-questions ------------------------------------------------------- This SF.Net email is sponsored by: INetU Attention Web Developers & Consultants: Become An INetU Hosting Partner. Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission! INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php _______________________________________________ iText-questions mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/itext-questions
