OfficeIMO

API Reference

Class

Entry (TocBlock)

Namespace OfficeIMO.Markdown.TocBlock
Assembly OfficeIMO.Markdown
Modifiers sealed

Single Table of Contents entry.

Inheritance

  • Object
  • Entry

Constructors

Properties

public Int32 Level { get; set; } #

Heading level (1..6).

public String Text { get; set; } #

Heading text.

public String Anchor { get; set; } #

Anchor id (slug) without leading '#'.