Mark Hall-6 wrote:
> 
> Support for the firstLineIndent property in the Paragraph object has been 
> added to the RtfWriter2. This means that using setIndentationLeft and 
> setFirstIndentation you can produce paragraphs that look like this:
> 
> aaaaaaa
>   aaaaaa
>   aaaaaa
> 

Hanging tabs / Hanging indent works with itext-rtf. But you have to use
negative values for indent.
You have to use it like this:

para.setIndentationLeft(100f);
para.setFirstLineIndent(-100f);



-- 
View this message in context: 
http://itext-general.2136553.n4.nabble.com/Hanging-tabs-in-RTF-tp2148593p2265239.html
Sent from the iText - General mailing list archive at Nabble.com.

------------------------------------------------------------------------------
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions

Buy the iText book: http://www.itextpdf.com/book/
Check the site with examples before you ask questions: 
http://www.1t3xt.info/examples/
You can also search the keywords list: http://1t3xt.info/tutorials/keywords/

Reply via email to