[iText-questions] Add does not work

2005-04-20 Thread Leandro de Oliveira
Now I´m filling the row and it´s working! Thanks Yahoo! Acesso Grátis - Internet rápida e grátis. Instale o discador agora! http://br.acesso.yahoo.com/ Yahoo! Acesso Grátis - Internet rápida e grátis. Instale o discador ago

[iText-questions] Adding elements does not work

2005-04-19 Thread Leandro de Oliveira
The following code does not work: PdfPTable table = new PdfPTable(8); table.setWidthPercentage(100.0f); PdfPCell aux = null; String name = affiliate.getName(); if (name != null) { aux = new PdfPCell(new Paragraph((name), font)); aux