Re: [iText-questions] vertical align in cell.

2003-09-16 Thread Raymond Leong
Hi, I tried BaseFont bf = BaseFont.createFont(fields[i].getFontFilename(), BaseFont.WINANSI, true); Font font = new Font(bf, fields[i].getFontSize(), fields[i].getFontStyle()); Phrase ph = new Phrase(data.getFieldValue(fields[i].getFieldname()), font); PdfPCell cell = new PdfPCell(ph); cell.setV

RE: [iText-questions] vertical align in cell.

2003-09-15 Thread Paulo Soares
What happens and what would you expect to happen? Best Regards, Paulo Soares > -Original Message- > From: kathy [SMTP:[EMAIL PROTECTED] > Sent: Monday, September 15, 2003 22:14 > To: [EMAIL PROTECTED] > Subject: [iText-questions] vertical align in cell. > > Hi all, > > I encounte