On Mon, 27 Jun 2011, Brian Rosenberger wrote:
Each element is exposed through a separate list, thus ordering is lost.

I think we should be maintaining a list with both paragraphs and tables in it though, with relative ordering preserved. On XWPFDocument there's
        List<IBodyElement> bodyElements
for example, which is built by doing a child walk and storing the entries in the order they occur

I'd look at extending that to suit your needs

Nick

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to