Works for me. Check that what is really compiled is not \\r\\n.
- Original Message -
From: "Gregory Geller" <[EMAIL PROTECTED]>
To: "Gregory Geller" <[EMAIL PROTECTED]>;
Sent: Wednesday, December 29, 2004 10:21 PM
Subject: RE: [iText-questions] Insert Li
Line Breaks into a Phrase
Hi all,
Is there a way to insert newline character into the middle of the text that is
used to create a Phrase object. This object is then inserted into a Cell
object. This is an example of what we would like to do:
String text = "this is an example\r\n of some
Hi all,
Is there a way to insert newline character into the middle of the text that is
used to create a Phrase object. This object is then inserted into a Cell
object. This is an example of what we would like to do:
String text = "this is an example\r\n of some text";
Phrase phrase = new Phras