Re: [iText-questions] How to reset PdfPTable/PdfPCell size?

2009-08-08 Thread Harish Krishnaswamy
d then setting the new phrase... > > table.getRow(row).getCells()[col].setPhrase("New value"); > > -Harish > > On Fri, Aug 7, 2009 at 3:25 PM, Paulo Soares > mailto:psoa...@glintt.com>> wrote: > How are you overwriting the data? > > P

Re: [iText-questions] How to reset PdfPTable/PdfPCell size?

2009-08-07 Thread Harish Krishnaswamy
I am retrieving the cell I want to reset and then setting the new phrase... table.getRow(row).getCells()[col].setPhrase("New value"); -Harish On Fri, Aug 7, 2009 at 3:25 PM, Paulo Soares wrote: > How are you overwriting the data? > > Paulo > > - Original Mess

[iText-questions] How to reset PdfPTable/PdfPCell size?

2009-08-07 Thread Harish Krishnaswamy
Hi, I have a scenario where I render a PdfPTable several thousand times, but each time with a slightly different data. So I created a template table and simply overwrite the data cells for each instance and add it to the document. It works great except one problem: I am not able to adjust the cell/