UnlinkTableOfContents

WordProcessingOptions.UnlinkTableOfContents property

When rendering to HTML or PDF, you can set this option to true to disable navigation from the table of contents. For HTML rendering, a tags with relative links will be replaced with span tags, removing functionality but preserving visual appearance. For PDF rendering, the table of contents will be rendered as plain text without links to document sections.

public bool UnlinkTableOfContents { get; set; }

Remarks

Default value is false.

For details, see the documentation.

See Also