I have a requirement to reorder some paragraphs within a XWPFDocument but cannot see a simple way (or even a hard way) of doing it. I had hoped it would be a simple matter of changing some sequence or position number associated with a paragraph within a document but I cannot see the expected methods to do that. I also thought that perhaps I could remove the existing paragraphs and then add them back in the desired order but that doesn't look straight forward either.
Is there a way to reorder the paragraphs within a XWPFDocument? Thanks, -jt
