Hi Nick, I wanted to if there is any way to get the order of elements in the documents. Let me explain. Assume I have one paragraph , then a shape and finally another paragraph in a 2003 document. Using WordExtractor I can fetch all the paragraphs in documents. Using EscherRecordList I can get all the shapes in the document. Now how do I get the information that the Shape is in between the two paragraphs?
-- View this message in context: http://apache-poi.1045710.n5.nabble.com/How-to-get-the-position-of-elements-in-a-2003-Word-Document-tp5713410p5713623.html Sent from the POI - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
