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
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