Hi,       
      
I wanna insert a phrase and a table in a paragraph. This isn't       
the problem yet. Phrase and Table are displayed.       
         
But if I use "setKeepTogether(true)" to keep the paragraph on one       
page only the phrase is displayed, but not the table.       
         
For example:       
         
Paragraph p = new Paragraph();       
p.add(new Phrase("bla bla bla"));       
p.add(new Phrase("\n bla bla bla"));       
p.add(targetTable);       
p.setKeepTogether(true);       
document.add(p);       
       
Info:     
"targetTable" contains another table.     
       
How can the table be displayed too?       
         
Thanks for the help.       
        
Regards,       
Katja  
______________________________________________________________________________
... and the winner is... WEB.DE FreeMail! - Deutschlands beste E-Mail
ist zum 39. Mal Testsieger (PC Praxis 03/04) http://f.web.de/?mc=021191



-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to