Re: [iText-questions] Help with Paragraph.setIndentationLeft() and ColumnText object

2008-09-02 Thread Paulo Soares
column.addElement(paragraph); Paulo - Original Message - From: "dayvidpow" <[EMAIL PROTECTED]> To: Sent: Tuesday, September 02, 2008 6:41 PM Subject: [iText-questions] Help with Paragraph.setIndentationLeft() and ColumnText object I am trying to set the indentatio

[iText-questions] Help with Paragraph.setIndentationLeft() and ColumnText object

2008-09-02 Thread dayvidpow
I am trying to set the indentation of a paragraph by calling the setIndentationLeft() on a paragraph then adding the paragraph to the ColumnText object. However, when i do that I am not getting any indentation in the resulting PDF. Is this supported by the ColumnText object? See my code sample bel