On 7/22/05, Kyle <[EMAIL PROTECTED]> wrote:
> I'm a little confused...can you provide an actual example, including adding
> the pdfpcell to the table?  I also don't know the syntax to set the font
> object up.

For example:

                Font smallfont     = new Font(Font.HELVETICA,  8, Font.NORMAL);

... and later ...

                PdfPTable myTable = new PdfPTable(0.2f, 0.5f, 0.3f);
                PdfPCell myCell = newPdfPCell(new Phrase("your text here", 
smallfont));
                myTable.addCell(myCell);

> Also, does the table have to be a pdftable or can
> it just be a regular table?  

This I cannot answer.
-- 
Philip Newton <[EMAIL PROTECTED]>


-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id492&op=click
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to