API Reference

Enum

MarkdownNativeInlineKind

Namespace OfficeIMO.Markdown
Assembly OfficeIMO.Markdown
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Native inline projection kind for UI/read-model consumers.

Inheritance

  • Enum
  • MarkdownNativeInlineKind

Usage

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

Values

public const MarkdownNativeInlineKind Text #

Plain text content.

Value: 0
public const MarkdownNativeInlineKind Code #

Inline code span.

Value: 1
public const MarkdownNativeInlineKind Image #

Standalone inline image.

Value: 3
public const MarkdownNativeInlineKind Strong #

Strong/bold inline content.

Value: 5
public const MarkdownNativeInlineKind Emphasis #

Emphasis/italic inline content.

Value: 6
public const MarkdownNativeInlineKind StrongEmphasis #

Combined strong and emphasis inline content.

Value: 7
public const MarkdownNativeInlineKind Strikethrough #

Strikethrough inline content.

Value: 8
public const MarkdownNativeInlineKind Highlight #

Highlighted inline content.

Value: 9
public const MarkdownNativeInlineKind Underline #

Underline inline content.

Value: 10
public const MarkdownNativeInlineKind HardBreak #

Hard line break.

Value: 11
public const MarkdownNativeInlineKind HtmlTag #

Inline HTML tag wrapper.

Value: 12
public const MarkdownNativeInlineKind HtmlRaw #

Raw inline HTML.

Value: 13
public const MarkdownNativeInlineKind FootnoteRef #

Footnote reference.

Value: 14
public const MarkdownNativeInlineKind Other #

Inline node without a specialized native projection.

Value: 15