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
> -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,
>
>
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
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