Re: [iText-questions] linebreaks in tablecells

2002-03-28 Thread Gerd Mueller
On Thu, 28 Mar 2002 09:37:23 +0100 Bruno Lowagie <[EMAIL PROTECTED]> wrote: > Quoting Gerd Mueller <[EMAIL PROTECTED]>: > > > Although it helps to avoid the gaps between the lines in the "anmerkung" > > field > > it causes other problems as you may see in the screenshot. > > So I see, but I thi

Re: [iText-questions] linebreaks in tablecells

2002-03-27 Thread Gerd Mueller
On Wed, 27 Mar 2002 13:09:17 +0100 Bruno Lowagie <[EMAIL PROTECTED]> wrote: > Quoting Gerd Mueller <[EMAIL PROTECTED]>: > > > You can see the result in the screenshot (taken from AcrobatReader 4 on > > Linux) > > I didn't receive the attachment. > Could be the mailing list is preventing attachm

RE: [iText-questions] linebreaks in tablecells

2002-03-27 Thread Bruno Lowagie
Quoting "Joachim F. Petzold" <[EMAIL PROTECTED]>: > PdfPCell.setNoWrap(boolean) works for PDF generation. > If set to "true" it suppresses wrapping, even if as a result > the cell content collides with the adjacent cell or flows > beyond the table's left margin. > > I am not sure about Cell.set

RE: [iText-questions] linebreaks in tablecells

2002-03-27 Thread Joachim F. Petzold
bles. Regards, Joachim Petzold > -Original Message- > From: Bruno Lowagie [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, March 27, 2002 7:21 AM > To: Joachim F. Petzold > Cc: Gerd Mueller; iText Mailing List > Subject: RE: [iText-questions] linebreaks in tablecells > >

RE: [iText-questions] linebreaks in tablecells

2002-03-27 Thread Bruno Lowagie
Quoting "Joachim F. Petzold" <[EMAIL PROTECTED]>: > Cell.setNoWrap(true) This method is only implemented for HTML generation, it doesn't work for PDF (or does it???) ___ iText-questions mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/list

RE: [iText-questions] linebreaks in tablecells

2002-03-27 Thread Joachim F. Petzold
Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Gerd > Mueller > Sent: Wednesday, March 27, 2002 6:53 AM > To: [EMAIL PROTECTED] > Subject: [iText-questions] linebreaks in tablecells > > > > Hi, > > I've got a problem with linebre

Re: [iText-questions] linebreaks in tablecells

2002-03-27 Thread Bruno Lowagie
Quoting Gerd Mueller <[EMAIL PROTECTED]>: > You can see the result in the screenshot (taken from AcrobatReader 4 on > Linux) I didn't receive the attachment. Could be the mailing list is preventing attachments. > in the cell with the text 'anmerkung ...'. It seems that each '\n' causes > two l

[iText-questions] linebreaks in tablecells

2002-03-27 Thread Gerd Mueller
Hi, I've got a problem with linebreaks in table cell in a PDF document. I create a simple tablecell by using new com.lowagie.text.Cell( String content ); The content text contains new lines, e.g. '\n', but not '\r\n'. You can see the result in the screenshot (taken from AcrobatReader 4 on L