Hi all
Our usecase
We are using Aspose for manipulating existing word documents created by MS Word. See the attached document for example. In this example document we want to insert text at the bookmark “AsposeTest” spanning a table cell.
Our findings so far
We are able to insert text at specified bookmarks. This works fine for simple bookmarks. As explained in the aforementioned use case, we need to insert text at a bookmark spanning a table cell which is not the first cell of a row.
The open xml created by word for the table has the following structure:
…
…
…
We tried to insert the text at this bookmark via navigating to the cell of the bookmark start element. Because the bookmark start element is placed into the first cell of the containing row irrespective of the bookmark’s actual containing cell, it is not possible to place text into the second cell of the row.
Does Aspose offer any function to fulfill this requirement?
Cheers
Ivan