API Reference

Class

MarkdownNativeDefinitionListTermSnapshot

Namespace OfficeIMO.Markdown
Assembly OfficeIMO.Markdown
Modifiers sealed

UI-safe snapshot of a definition-list term.

Inheritance

  • Object
  • MarkdownNativeDefinitionListTermSnapshot

Usage

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

Properties

public String Text { get; } #

Plain text term content.

public String Markdown { get; } #

Markdown term content.

public MarkdownNativeSourceSpanSnapshot SourceSpan { get; } #

Source span snapshot when available.

public String SourceText { get; } #

Normalized markdown text backing this definition-list term when available.

public String OriginalSourceText { get; } #

Original reader input backing this definition-list term when available.

public Nullable<MarkdownOriginalSourceSliceFailureReason> OriginalSourceFailureReason { get; } #

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

public IReadOnlyList<MarkdownNativeInlineSnapshot> Inlines { get; } #

Inline snapshots for the term.