API Reference

Class

MarkdownNativeDefinitionListDefinitionSnapshot

Namespace OfficeIMO.Markdown
Assembly OfficeIMO.Markdown
Modifiers sealed

UI-safe snapshot of a definition-list definition body.

Inheritance

  • Object
  • MarkdownNativeDefinitionListDefinitionSnapshot

Usage

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

Properties

public String Markdown { get; } #

Markdown definition body.

public MarkdownNativeSourceSpanSnapshot SourceSpan { get; } #

Source span snapshot when available.

public String SourceText { get; } #

Normalized markdown text backing this definition body when available.

public String OriginalSourceText { get; } #

Original reader input backing this definition body when available.

public Nullable<MarkdownOriginalSourceSliceFailureReason> OriginalSourceFailureReason { get; } #

Reason original reader input could not be materialized for this definition body, when applicable.

public IReadOnlyList<MarkdownNativeBlockSnapshot> Children { get; } #

Nested child block snapshots.