Re: [iText-questions] Table class [RTF]

2007-05-23 Thread Mark Hall
On Wednesday 23 May 2007, Paulo Soares wrote: > > Document document = new Document(); > > RtfWriter2.getInstance(document, new > > FileOutputStream("HelloWorld.rtf")); > > document.open(); > > Table table = new Table(1); > > document.add(table); > > document.close(); > > > > > > now the output is t

Re: [iText-questions] Table class [RTF]

2007-05-23 Thread Paulo Soares
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of annamalai guruswamy > Sent: Wednesday, May 23, 2007 8:08 AM > To: [email protected] > Subject: [iText-questions] Table class > > Hai, > >

[iText-questions] Table class

2007-05-23 Thread annamalai guruswamy
Hai, i have a problem with iText table class my code is Document document = new Document(); RtfWriter2.getInstance(document, new FileOutputStream("HelloWorld.rtf")); document.open(); Table table = new Table(1); document.add(table); document.close(); now the output is table with 2 rows. Thank

[iText-questions] Table class

2002-04-08 Thread Monica Conciani de Moraes
Hi people,   I have a doubt about your Table class.   When I have two tables, and if I want the space between the tables dont exists (space between tables equals to zero).  How can I do that? I tried setOffset(0) in first page ok,  but when I  change the page (document.newPage()) the space