OfficeIMO

API Reference

Class

TocBlock

Namespace OfficeIMO.Markdown
Assembly OfficeIMO.Markdown
Modifiers sealed

Table of contents block generated from document headings.

Inheritance

Constructors

Methods

OfficeIMO#Markdown#IMarkdownBlock#RenderHtml() #
OfficeIMO#Markdown#IMarkdownBlock#RenderMarkdown() #

Properties

public Boolean Ordered { get; set; } #

When true, renders an ordered list; otherwise unordered.

public Boolean NormalizeLevels { get; set; } #

Normalize indentation to the minimum included heading level (default true).

public List<Entry> Entries { get; } #

Entries included in the TOC.