Re: [iText-questions] What element can I add tables to and use absolute positioning

2010-05-18 Thread 1T3XT info
cadev wrote: > I have a number of tables. I need to take all these tables and position them > absolutely. I do not want to add them to the document until all the tables > have been created. I prefer to add the tables to another object/element, > and then position that element absolutely. How ca

[iText-questions] What element can I add tables to and use absolute positioning

2010-05-18 Thread cadev
I have a number of tables. I need to take all these tables and position them absolutely. I do not want to add them to the document until all the tables have been created. I prefer to add the tables to another object/element, and then position that element absolutely. How can I do this? Can ch