API Reference

Class

MarkdownNativeSourceSpanSnapshot

Namespace OfficeIMO.Markdown
Assembly OfficeIMO.Markdown
Modifiers sealed

UI-safe source span snapshot.

Inheritance

  • Object
  • MarkdownNativeSourceSpanSnapshot

Usage

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

Properties

public Int32 StartLine { get; } #

1-based start line.

public Nullable<Int32> StartColumn { get; } #

1-based start column when available.

public Int32 EndLine { get; } #

1-based end line.

public Nullable<Int32> EndColumn { get; } #

1-based end column when available.

public Nullable<Int32> StartOffset { get; } #

0-based start offset when available.

public Nullable<Int32> EndOffset { get; } #

0-based end offset when available.

public String Display { get; } #

Human-readable span display.