The Aspose.Words API when there is a Bookmark inside of a Table is removing another Bookmark that is not fully contained in the Bookmark being removed. In the attached file there is a Bookmark named “False2”. When the “False2” bookmark is removed then the “True” bookmark is being removed even though the “True” bookmark start is not contained between the “False2” bookmark start and end.
When using Word Automation the “True” bookmark is left behind.
Attached a solution that demonstrates this.
TableTest.zip (42.5 KB)