From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED]
Sent: Wednesday, March 03, 2004 10:38 AM
To: [EMAIL PROTECTED]
Subject: [iText-questions] text align, force a pagebreak


Hallo,
I've a few Questions an I can't find the answers in the turorial:

How can I align a text (e.g. in the middle of a line)?  
 
Paragraph.setAlignment(Element.ALIGN_CENTER);
 
How can I force a new page (pagebreak)?  
 
Document.newPage();
 
Why does  \t  not work but \ n (new line) works???  
 
 
Different things. Tabs are not supported.
 
Best Regards,
Paulo Soares 

Thank you for your answers!
Cristine

Reply via email to