RE: [iText-questions] Space before Table

2004-07-23 Thread Paulo Soares
ect: [iText-questions] Space before Table > > Hi, > > it's me again with just another dumb and silly question: > When I add a table to a document like this: > doc.add(new Paragraph("test")); > > Table cZusammenfassungCategoryTabl

[iText-questions] Space before Table

2004-07-23 Thread Sebastian Nohn
Hi, it's me again with just another dumb and silly question: When I add a table to a document like this: doc.add(new Paragraph("test")); Table cZusammenfassungCategoryTable = new Table(4,1); [...] doc.add(cZusammenfassungCategoryTable); doc.close(); I