If you want 3 real columns you'll need PdfPTable. If the columns are in reality only elements in a single table then PdfPTable or Table will do. Both tables can take care of the image. For such simple layout you can also use ColumnText.
Best Regards, Paulo Soares > -----Original Message----- > From: Gerry Lawless [SMTP:[EMAIL PROTECTED]] > Sent: Wednesday, September 11, 2002 17:20 > To: [EMAIL PROTECTED] > Subject: [iText-questions] Options for dynamic content including > images > > I am working on a dynamic report that will comprise of a list of items w/ > an > image and title displayed for each. Example: > > Column 1 Column 2 Column 3 > 1.<Image> <Title> 4.<Image> <Title> 7.<Image> <Title> > 2.<Image> <Title> 5.<Image> <Title> 8.<Image> <Title> > 3.<Image> <Title> 6.<Image> <Title> 9.<Image> <Title> > and so on > > I don't want to worry about absolute positioning(x,y) in placing each > image > in the table. > > What is my best option? Table, PdfPTable, or something else. > > Thanks, Gerry > > > > > > > _________________________________________________________________ > Send and receive Hotmail on your mobile device: http://mobile.msn.com > > > > ------------------------------------------------------- > In remembrance > www.osdn.com/911/ > _______________________________________________ > iText-questions mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/itext-questions ------------------------------------------------------- In remembrance www.osdn.com/911/ _______________________________________________ iText-questions mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/itext-questions
