Hi Nick,

I submitted patch in issue 44821
https://issues.apache.org/bugzilla/show_bug.cgi?id=44821, could you
give some kind of prognose on when it will (or will not) appear in
ooxml branch?


On 4/11/08, Yury Batrakov <[EMAIL PROTECTED]> wrote:
>  BTW, i also wrapped paragraphs, hyperlinks, tables and comments to
>  classes and implemented paragraph parsing as following:
>
>  Iterator<XWPFParagraph> i = document.getParagraphsIterator();
>  while(i.hasNext())
>  {
>     XMLParagraph par = new XWPFCommentsDecorator(new
>  XWPFHyperlinkDecorator(i.next()));
>     text.append(par.getText()+"\n");
>  }
>
>  i'll hope to submit patches on monday
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to