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    
______________________________________________________________________________
Erdbeben im Iran: Zehntausende Kinder brauchen Hilfe. UNICEF hilft den
Kindern - helfen Sie mit! https://www.unicef.de/spe/spe_03.php



-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to