API Reference

Class

MarkdownNativeDefinitionListGroupSnapshot

Namespace OfficeIMO.Markdown
Assembly OfficeIMO.Markdown
Modifiers sealed

UI-safe snapshot of a definition-list group.

Inheritance

  • Object
  • MarkdownNativeDefinitionListGroupSnapshot

Usage

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

Returned or exposed by

Properties

public MarkdownNativeSourceSpanSnapshot SourceSpan { get; } #

Source span snapshot when available.

public String SourceText { get; } #

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

public String OriginalSourceText { get; } #

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

public Nullable<MarkdownOriginalSourceSliceFailureReason> OriginalSourceFailureReason { get; } #

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

public IReadOnlyList<MarkdownNativeDefinitionListTermSnapshot> Terms { get; } #

Terms in this group.

public IReadOnlyList<MarkdownNativeDefinitionListDefinitionSnapshot> Definitions { get; } #

Definitions in this group.