API Reference

Class

HeadingInfo

Namespace OfficeIMO.Markdown.MarkdownDoc
Assembly OfficeIMO.Markdown
Modifiers sealed

Resolved heading metadata within a document.

Inheritance

  • Object
  • HeadingInfo

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Properties

public HeadingBlock Block { get; } #

The heading block.

public Int32 Level { get; } #

Heading level.

public String Text { get; } #

Plain-text heading text.

public String Anchor { get; } #

Resolved anchor id for the heading within this document.