API Reference

Class

MarkdownNativeInlineMetadata

Namespace OfficeIMO.Markdown
Assembly OfficeIMO.Markdown
Modifiers sealed

Source-backed metadata attached to a native inline, such as a link target or image title.

Inheritance

  • Object
  • MarkdownNativeInlineMetadata

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 String Name { get; } #

Stable metadata name such as target, title, alt, or source.

public String Value { get; } #

Metadata value.

public MarkdownSyntaxNode SyntaxNode { get; } #

Syntax node that produced this metadata value.

public Nullable<MarkdownSourceSpan> SourceSpan { get; } #

Source span for the metadata value when available.