Example of Bookmark Navigation in ASP.NET Core Word (DocIO) Library
This sample demonstrates how to navigate between the bookmarks in a Word document and edit its content using Bookmark Navigation functionality of Essential Word (DocIO) library.
DEMO
SOURCE
DocIO allows you to insert or delete bookmarks in the Word document and edit its content.
- You can easily identify a part of the document for future reference by adding bookmark.
- Bookmark navigation lets you navigate to a specific bookmark and get its content as new document.
- You can insert, replace or delete the contents of a specific bookmark in the Word document.
- You can select the column range for bookmarks inside tables in Word documents using FirstColumn and LastColumn APIs.
More information about the bookmarks can be found in this
Documentation
section.