I just had a look at my document.xml and compared with your post.
As you pointed out, the w:framePr tells me, where a table's contents are located at:
- Code: Select all
<w:framePr w:w="3402" w:h="1701" w:hSpace="142" w:wrap="around" w:vAnchor="page" w:hAnchor="page" w:x="7939" w:y="12702"/>
The interesting and confusing thing with that is, that apparently each table cell's paragraph defines its own w:framePr. Wouldn't that allow to place the cells with their content all over the page? I'm just wondering why the position of the table is not set at the table level, but at the cell level. Am I missing something?
Cheers
Rob