Can anyone suggest why ALIGN_JUSTIFIED might not be working for me in 
iTextSharp 4.1.2?

 

Here is a code snippet:

 

                    ct.SetSimpleColumn(text_x,
                        PageSize.A4.Height - m_fPrint_Y - (rowHeight * 2),
                        m_nHtmlAreaLeft + m_nMaxHtmlWidth,
                        PageSize.A4.Height - m_fPrint_Y - rowHeight,
                        0, Element.ALIGN_JUSTIFIED);

 

 

Note that Element.ALIGN_JUSTIFIED_ALL works, but it is the ALIGN_JUSTIFIED 
functionality I require.

 

Regards,
Paul

------------------------------------------------------------------------------
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com
_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions

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

Reply via email to