[EMAIL PROTECTED] wrote: > Hi!, > > I've read that first line indentation it'is possible only with column text! > It's the only method?
What I mean is: with method Paragraph.setFirstLineIndent(float firstLineIndent); you can set the value of a member variable firstLineIndent inside the Paragraph object. This variable is IGNORED when you add a Paragraph to a Document using Document.add(Paragaph p); It only works when you add the paragraph to a ColumnText object, and then add the column to the document. However, I have just written some extra lines of code that make sure that the variable isn't ignored when you add a Paragraph to a document using Document.add(Paragraph p); I have uploaded the new code to CVS, and if I could stop sneezing over my keyboard and do some actual work, you will have access to a new jar with this new functionality by this evening (although I think this isn't realistic anymore because my head really hurts). br, Bruno ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Buy the iText book: http://itext.ugent.be/itext-in-action/
