Example of Table of Contents in ASP.NET Core DocumentEditor Control
This example demonstrates table of contents support in document editor. Many options are available for including in table of contents such as hyperlink, page number, right-aligned tabs, and styles.
DEMO
SOURCE
In this example, you can find table of content options in document editor.
- Include hyperlink: A link with bookmark reference to the content will be included.
- Include page number: The page number of the content will be included.
- Right-aligned tabs: The page number will be right-aligned to the content.
- Heading levels: The range of heading levels to be included in the table can be customized.
- Styles: The style for each level of the table can be customized.
More information about the document editor features can be found in this documentation section.