On Tuesday 05 October 2004 06:18, sachin wrote: > I want to insert a table in my existing code . > > I am providing the code and highliting the section which has to be in > table. > > table needed is of 2 coloumns and 4 rows.... Create a Table object with 2 columns, for every cell create a Cell object and add it to the Table. Then add the Table to the document.
Greetings, Mark ------------------------------------------------------- This SF.net email is sponsored by: IT Product Guide on ITManagersJournal Use IT products in your business? Tell us what you think of them. Give us Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more http://productguide.itmanagersjournal.com/guidepromo.tmpl _______________________________________________ iText-questions mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/itext-questions
