I have a requirement where we get the page dimensions and list of elements (paragraph, table, image etc.) with their x,y coordinates. We have to add them at the respective x,y positions.
We tried using GroupShape and shapes, to add the shape at x,y position and insert nodes into them, but the limitation is - for example, if we insert shape at x,y with certain height and width and insert table into it, but if user wants to edit that document later and insert more rows or columns or add new line into table cell then the extended table portion is getting cropped.
So, our requirement is to insert element at x,y position and user should be able to modify contents of that element by editing document.
Is there any way to achieve this ?