Re: [iText-questions] Insert Line Breaks into a Phrase

2004-12-29 Thread Paulo Soares
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

RE: [iText-questions] Insert Line Breaks into a Phrase

2004-12-29 Thread Gregory Geller
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

[iText-questions] Insert Line Breaks into a Phrase

2004-12-29 Thread Gregory Geller
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