Re: [iText-questions] Charakter Splitting in Cells

2006-02-12 Thread M 501
: "M 501" <[EMAIL PROTECTED]> To: Sent: Sunday, February 12, 2006 10:39 AM Subject: [iText-questions] Charakter Splitting in Cells Hello, How can I influence the word - splitting in a cell? I created a PdfPTable with a lockedWidth. I added 2 PdfPCells containing a Paragrah wi

Re: [iText-questions] Charakter Splitting in Cells

2006-02-12 Thread Paulo Soares
ect: [iText-questions] Charakter Splitting in Cells Hello, How can I influence the word - splitting in a cell? I created a PdfPTable with a lockedWidth. I added 2 PdfPCells containing a Paragrah with a chunk: Paragraph paragraph = new Paragraph(); if (label != null) { label = label.trim(); C

[iText-questions] Charakter Splitting in Cells

2006-02-12 Thread M 501
Hello, How can I influence the word - splitting in a cell? I created a PdfPTable with a lockedWidth. I added 2 PdfPCells containing a Paragrah with a chunk: Paragraph paragraph = new Paragraph(); if (label != null) { label = label.trim();