API Reference

Class

MarkdownNativeInlineMetadataSnapshot

Namespace OfficeIMO.Markdown
Assembly OfficeIMO.Markdown
Modifiers sealed

UI-safe snapshot of a source-backed inline metadata field.

Inheritance

  • Object
  • MarkdownNativeInlineMetadataSnapshot

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 metadata field name such as target, title, or openingMarker.

public String Value { get; } #

Semantic value represented by the metadata field.

public MarkdownNativeSourceSpanSnapshot SourceSpan { get; } #

Source span for this metadata field when available.

public Int32 Index { get; } #

Zero-based occurrence index in the source-order metadata list.

public String SourceText { get; } #

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

public String OriginalSourceText { get; } #

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

public Nullable<MarkdownOriginalSourceSliceFailureReason> OriginalSourceFailureReason { get; } #

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