[iText-questions] Chained PdfPTables and Borders

2007-07-24 Thread Bruno Cardoso
Hi, I have several PdfPTables that are chained within each other, how can I set their borders? I add directly a table inside another one with the tableOne.addCell(tableTwo); Thanks -- Bruno Cardoso Software Developer - IBS IBERIA - www.ibs.pt NEW Blog: http://bmcardoso.blogspot.com

[iText-questions] Set rows height in Table

2006-10-25 Thread Bruno Cardoso
Hi folks,I'm trying to define a height for my rows in my Table object. Important information: I'm using itext1.3 (can't use another version). I'm calling setLeading() in all my cells and setting a Phrase object inside them with an empty String(). I need this cells empty. This is not working. How ca