Example of Table of Figures in ASP.NET Core Word (DocIO) Library
This sample demonstrates how to insert and update the table of figures in a Word document using .NET Word Library (DocIO).
DEMO
SOURCE
The .NET Word Library (DocIO) provides support to insert and update table of figures in Word document including page number, hyperlinks to easily navigate to specific caption of figures, tables, charts, and more.
- You can update or rebuild the table of figures in an existing Word document.
- You can customize the table of figures by excluding caption’s label and number.
More information about the table of figures can be found in this
Documentation
section.