RE: [iText-questions] Auto indenting of text in a PdfPTable cell

2003-10-17 Thread Paulo Soares
PdfPCell.setIndent() and/or PdfPCell.setFollowingIndent(). Best Regards, Paulo Soares > -Original Message- > From: Paul Kiernan [SMTP:[EMAIL PROTECTED] > Sent: Thursday, October 16, 2003 19:19 > To: [EMAIL PROTECTED] > Subject: [iText-questions] Auto indenti

[iText-questions] Auto indenting of text in a PdfPTable cell

2003-10-16 Thread Paul Kiernan
Title: Message Hi,   I am inserting a paragraph of text into a PdfPTable cell. The text is automatically wrapping to more than one line. I would like the text on the second and later lines be indented by a fixed amount relative to the text on the first line. Is this possible to do?   Thank