[iText-questions] leading and alignment in PdfPCell

2004-10-27 Thread Martin Resch (adaptions GmbH)
Hello, I've a PdfPTable with a PdfPCell (with absolute height, no padding) inside. In the cell there is a Phrase. The Phrase is aligned with PdfPCell.setVerticalAlignment(). Everything is all right as long as there isn't a leading. After calling the function PdfPCell.setLeading(x,

RE: [iText-questions] leading and alignment in PdfPCell

2004-10-27 Thread Paulo Soares
PdfPCell.setUseAscender() -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Martin Resch (adaptions GmbH) Sent: Wednesday, October 27, 2004 9:22 AM To: [EMAIL PROTECTED] Subject: [iText-questions] leading and alignment in PdfPCell Hello

Re: [iText-questions] leading and alignment in PdfPCell

2004-10-27 Thread Steve Appling
: Wednesday, October 27, 2004 4:22 AM Subject: [iText-questions] leading and alignment in PdfPCell Hello, I've a PdfPTable with a PdfPCell (with absolute height, no padding) inside. In the cell there is a Phrase. The Phrase is aligned with PdfPCell.setVerticalAlignment(). Everything is all