Hi,
This sounds very strange but I'm having dificulties trying to align a 
paragraph for an RTF Document. For other document types such as PDF this 
works.. for other style configuration parameters it also works..

I've tryied to set the alignment using 
RtfParagraphStyle.STYLE_HEADING_1.setAlignment(Element.ALIGN_RIGHT); and 
in the paragraph itself, like

Paragraph sectionTitle = new 
Paragraph(tempSection.getSection().getTitle(), 
RtfParagraphStyle.STYLE_HEADING_1);
 sectionTitle.setAlignment(Element.ALIGN_RIGHT);

But none of these solutions are working.. any ideas why?
Thanks
M.

------------------------------------------------------------------------------
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions

Buy the iText book: http://www.1t3xt.com/docs/book.php

Reply via email to