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
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
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
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
>
>
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
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
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
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