Re: [iText-questions] Splitting of PdfPTable

2008-12-07 Thread 1T3XT info
[EMAIL PROTECTED] wrote: > I dont want to split the rows in my PdfTable.If the whole last row is not > fitting then it must not get splited, instead the whole row must drop to the > next page. I even tried > table.setSplitRows(false) > but nothing is working. > Please can anyone of you help me w

[iText-questions] Splitting of PdfPTable

2008-11-18 Thread puja . a
I dont want to split the rows in my PdfTable.If the whole last row is not fitting then it must not get splited, instead the whole row must drop to the next page. I even tried table.setSplitRows(false) but nothing is working. Please can anyone of you help me with it.