i have an existing word document with bookmarks. I need to associate a set of comments to each bookmark.
Bookmark bookmark = document.Range.Bookmarks[bookmarkName];
if (bookmark != null)
{
Comment comment = new Com…...SetText("text"); bookmark.BookmarkStart.ParentNode...the above code snippet i can insert a comment, but the comment...