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 for your response. Could you send me a simple code for example? I
>>did that and it displays with a box instead of a top line.
>>    
>>
>Use the setBorder(Rectangle.TOP) methods on either the Table or Cell to 
>specify only a top border.
>
>Greetings,
>Mark
>  
>

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions
Buy the iText book: http://itext.ugent.be/itext-in-action/

Reply via email to