Hi, I’m writing because and having some problems, trying to obtain the text from a bookmark in a cell.
In the document I create a bookmark in a cell, but then in the code when I tried to obtain the text it return the entire row. If I tried creating the table and the bookmark using aspose works ok. But I need to obtain the info from a word document created by an user.
There are 3 bookmarks A1, B1, and C1, and they reference the cells with the values 10, 20, and 30. When I get the Text from A1 it return
FirstaBruceaWaynea10aa
Any idea?
Regards