API Reference

Class

MarkdownNativeAbbreviationDefinitionFieldSnapshot

Namespace OfficeIMO.Markdown
Assembly OfficeIMO.Markdown
Modifiers sealed

UI-safe snapshot of a source-backed token or payload field owned by an abbreviation definition.

Inheritance

  • Object
  • MarkdownNativeAbbreviationDefinitionFieldSnapshot

Usage

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

Properties

public String Name { get; } #

Stable field name such as openingMarker, label, separatorMarker, or title.

public String Value { get; } #

Semantic value represented by the field when one is available.

public MarkdownNativeSourceSpanSnapshot SourceSpan { get; } #

Source span for this field.

public String SourceText { get; } #

Exact normalized source text represented by this field when it could be materialized.

public String OriginalSourceText { get; } #

Exact original reader input represented by this field when trivia was preserved and mapping succeeded.

public Nullable<MarkdownOriginalSourceSliceFailureReason> OriginalSourceFailureReason { get; } #

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