Re: [iText-questions] setCellspacing

2002-08-03 Thread Paulo Soares
Have you ever thought at looking at the javadocs? Use setPadding instead. Best Regards, Paulo Soares - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, August 03, 2002 5:33 Subject: [iText-questions] setCellspacing > > Hi, >

[iText-questions] setCellspacing

2002-08-03 Thread SandeeSuzeth . Co
Hi, When I compile my class using jdk1.3, I get a message saying that the class uses or overrides a deprecated API, which disappears when I remove the call to table.setCellspacing(space). Has setCellspacing been replaced? What should I use instead? Thanks! --