Hi,
I am redesigning a system written in VB and writing it in Java. The current system amends values in a table which is stored in the document as a bookmark named "bom". The current VB code to locate the table is:
"If docword.Application.Selection.Bookmarks.Exists("bom") Then"
What code can i use within your Aspose.Words package to locate the table and carry out the table modifications.
Many Thanks.
Ross.