Samuel Viana wrote:


    Otherwise, you specify the height of the column and a Y position;
    and you will have to check if all the text was displayed."


I need to know how to specify that y position

The height of the column can be passed with the constructor;
the y position is the current y position in the document (see
method getVerticalPosition). You can't really 'set' that value.
It changes by adding content to the document.

If you want more control over your column, then you should
use ColumnText. MultiColumnText is only a convenience class
wrapped around ColumnText to hide the complexity you are
asking for.

That's why I didn't understand your question: you were asking
for functionality that is in ColumnText, but that is deliberately
removed in MultiColumnText.
br,
Bruno


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to