Re: [iText-questions] Need help while replacing Table with PdfPTable

2011-05-24 Thread 1T3XT BVBA
Op 24/05/2011 9:04, Hiren Parghi schreef: > datatable.setOffset(TABLE_OFFSET); //How to set Offset using PdfPTable > object? setSpacingBefore() / setSpacingAfter(); > datatable.setPadding(2); //How to set Padding using PdfPTable object? Setting the padding is done at the level of a PdfPCel

[iText-questions] Need help while replacing Table with PdfPTable

2011-05-24 Thread Hiren Parghi
We are plannign to upgrade iText 2.1.4 to 5.1.0. While going through changes i found that some the classes(Table,Cell..) are removed after iText 2.1.4 We have used Table classes in following way: Table datatable = new Table(columns); datatable.setOffse