Re: [iText-questions] to Add cell in a table at perticular row and column numbers

2005-02-09 Thread Paulo Soares
PdfPTable can't add cells at (x,y) positions. You'll have to store your data somewhere and build the table afterwards. - Original Message - From: "Mahesh Dhola" <[EMAIL PROTECTED]> To: Sent: Wednesday, February 09, 2005 6:45 AM Subject: [iText-questions]

[iText-questions] to Add cell in a table at perticular row and column numbers

2005-02-08 Thread Mahesh Dhola
Hi, I am using currently Table object but many ppl says that PdfPTable is better. but my problem is: i want to add cell in a table at perticular row and column number. I have two methods: first method adds few cells at few row,col numbers and then other method adds another few cells at some row an