Re: [iText-questions] Space between table

2006-11-16 Thread Mark Hall
On Thursday 16 November 2006 16:03, Henry Lu wrote: > Thank for your response. Could you give a quick hint? I searched and > fialed to find an answer. http://sourceforge.net/mailarchive/message.php?msg_id=13767652 Greetings, Mark -- Tempt not a desperate man. -- William Shakespear

Re: [iText-questions] Space between table

2006-11-16 Thread Henry Lu
Thank for your response. Could you give a quick hint? I searched and fialed to find an answer. -Henry Mark Hall wrote: >On Thursday 16 November 2006 14:46, Henry Lu wrote: > > >>How do I add two tables in to a document that there is no space at all >>between two tables? >> >> >You can't.

Re: [iText-questions] Space between table

2006-11-16 Thread Mark Hall
On Thursday 16 November 2006 14:46, Henry Lu wrote: > How do I add two tables in to a document that there is no space at all > between two tables? You can't. This space is currently hard-coded and can only be changed by modifying the source. Please search the mailing list archives, as how to do t

[iText-questions] Space between table

2006-11-16 Thread Henry Lu
How do I add two tables in to a document that there is no space at all between two tables? doc.add(t1); doc.add(t2); the document will display the bottom line of table 1 at the top line of table 2. -Henry Mark Hall wrote: >On Thursday 16 November 2006 13:17, Henry Lu wrote: > > >>Thanks fo