Hi,

I'm currently trying to parse a *.doc file* using Apache POI. While parsing
I'm able to fetch all the paragraphs, images, shapes and other members of
the file, but I'm unable to find their absolute position in the
document(position from top of the current page). I think when I get the top
value of a shape/image I get its relative position with respect to its
previous element(paragraph or other data type). Is there a way that I can
get the relationships between these data so that i can properly *reconstruct
the doc file*. Getting the absolute position of these elements will be gold.

Thanks,
Amit Bhandarkar

Reply via email to