RE: [iText-questions] Formatting text in iText

2005-11-10 Thread Paulo Soares
> Subject: [iText-questions] Formatting text in iText > > > Hi, > > I am trying to create a PDF using iText. I want to create a > line like: > > x yy > > where the x's are justified left and the y's a

Re: [iText-questions] Formatting text in iText

2005-11-10 Thread bruno
Jody Weisbaum wrote: Hi, I am trying to create a PDF using iText. I want to create a line like: x yy where the x's are justified left and the y's are centered, both on the same line. How do I do this? With a PdfPTable. Remove the borders with

[iText-questions] Formatting text in iText

2005-11-10 Thread Jody Weisbaum
Hi, I am trying to create a PDF using iText.  I want to create a line like: x                       yy where the x's are justified left and the y's are centered, both on the same line. How do I do this? Thanks, Jody Weisbaum --