Re: [iText-questions] Header Cell Problem.

2007-06-04 Thread Bruno Lowagie (iText)
sunil.belurgikar wrote: > will Appreciate any help on this. I probably don't understand the question, but have you looked at the bonus example TablesInColumns? http://itext.ugent.be/itext-in-action/chapter.php?chapter=6#bonus By combining PdfPTable with ColumnText, you can finetune your design. Fo

[iText-questions] Header Cell Problem.

2007-06-04 Thread sunil.belurgikar
I am wrting a PdFpTable to document. This PdFTable has many pdftables as Pdfpcells,which are added in a for loop. Table should display continuously so I am using setSplitLate(false) on all the PdFpTable . In Inner PdfTable, the first row is like a Header (setheader method isn't there for PDFPcel