On Sun, 2 Jul 2006, Erez Eisenstein wrote: > Hi Nick, I'm having the following problem:
Please always use the list, rather than contacting developers directly. That way, everyone can see (and benefit!) from the answer. > 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. For you example below, did you get 5 TextRuns, or fewer TextRuns that contained 5 RichTextRuns between them? If it was 5 text runs, each with 1 RichTextRun, do the RichTextRuns have style associated with them? (i.e. do calls to _getRawParagraphStyle() and _getRawCharacterStyle() return null, or a TextPropCollection?) The answers to those questions may help us figure this out :) Nick > 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 --------------------------------------------------------------------- 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/
