Re: [iText-questions] newbie can't do vertical alignment

2004-10-27 Thread Steve Appling
for several cases of nested tables. PdfPTable is more reliable. - Original Message - From: "Dean Hoover" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, October 26, 2004 5:55 PM Subject: [iText-questions] newbie can't do vertical alignment > Hi

RE: [iText-questions] newbie can't do vertical alignment

2004-10-27 Thread Paulo Soares
Use a PdfPTable. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Dean Hoover > Sent: Tuesday, October 26, 2004 10:55 PM > To: [EMAIL PROTECTED] > Subject: [iText-questions] newbie can't do vertical alignment >

[iText-questions] newbie can't do vertical alignment

2004-10-27 Thread Dean Hoover
Hi, newbie here trying to create a simple table with vertical alignment in the cells. The vertical alignment appears to be doing nothing. Do you see anything wrong here? Thanks. Dean Hoover import java.io.FileOutputStream; import java.io.IOException; import com.lowagie.text.Cell; import com.lowa