Hi Nick, I'm having the following problem:

After extracting several lines of text from a TextBox, if the lines were
numbered, with also sub-numbered, I can't tell which line is which.

Example:

1. first line
        a.      first sub-line
        b.      second sub-line
2.      second line
3.      third line

will come out looking like this:

*       first line
*       first sub-line
*       second sub-line
*       second line
*       third line

All of these lines appear in the same TextRun instance, I got by
invoking the getTextRun() method of TextBox class. I can't tell from
each line's attribute (color, font, size, etc.) which line is a sub-line
of which.

Is there a solution to this I'm over looking?

Thanks

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
Mailing List:     http://jakarta.apache.org/site/mail2.html#poi
The Apache Jakarta Poi Project:  http://jakarta.apache.org/poi/

Reply via email to