Re: [iText-questions] Question about Vertical Alignments inside ColumnText

2006-04-10 Thread Paulo Soares
Use a PdfPTable. - Original Message - From: "wang yun" <[EMAIL PROTECTED]> To: Sent: Monday, April 10, 2006 7:21 PM Subject: [iText-questions] Question about Vertical Alignments inside ColumnText Dear Support, I try to draw a text inside the center of a rectangle.

[iText-questions] Question about Vertical Alignments inside ColumnText

2006-04-10 Thread wang yun
Dear Support, I try to draw a text inside the center of a rectangle. I need vertical alignment. Element.ALIGN_MIDDLE doesn't work. Please advice. yun Here is the code: PdfReader reader = new PdfReader("old.pdf"); PdfStamper stamp = new PdfStamper(reader, new FileOutputStream("new.pdf")); Pd