Hi;

 

At present we write to the document using ColumnText.showTextAligned().
We pass in the X, Y of the start of the text and in the case of
justified text, call it word by word. We then also draw underlines
ourselves afterwards.

 

I would prefer that we could call an iText method a line at a time and
give it the start & end of the line, if it's left, center, right, or
justified aligned, and if it's underlined. But it would not word wrap -
it would put everything on that one line.

 

Is there a way to do this? And if not, is our present approach using
ColumnText.showTextAligned() setting the left of each string the best
approach?

 

Thanks - dave 

------------------------------------------------------------------------------
_______________________________________________
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