[EMAIL PROTECTED] wrote:
Thanks
One more info required:)
I want to add 2 Phrase and there should some blank space between 2
phrases ..
Here is code sample
*Phrase phrase = new Phrase(text.toString(), normalFont);
phrase.add(new Phrase(30, new Chunk("2/12/2005", boldFont)));
Paragraph par = new Paragraph(phrase);
*
But in output t phrase are displayed side by side without any spaces.
Any idea?
That's normal behavior.
You have to add the space or the newline character yourself.
(Or use paragraphs if you want the objects to be separated by a newline.)
br,
Bruno
-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions