API Reference

Class

MarkdownNativeListItemParagraphSnapshot

Namespace OfficeIMO.Markdown
Assembly OfficeIMO.Markdown
Modifiers sealed

UI-safe snapshot of one paragraph owned by a native list item.

Inheritance

  • Object
  • MarkdownNativeListItemParagraphSnapshot

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 Int32 Index { get; } #

Zero-based paragraph index within the list item.

public String Text { get; } #

Plain-text paragraph content.

public MarkdownNativeSourceSpanSnapshot SourceSpan { get; } #

Source span snapshot when available.

public String SourceText { get; } #

Normalized markdown text backing this list-item paragraph when available.

public String OriginalSourceText { get; } #

Original reader input backing this list-item paragraph when available.

public Nullable<MarkdownOriginalSourceSliceFailureReason> OriginalSourceFailureReason { get; } #

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

public IReadOnlyList<MarkdownNativeInlineSnapshot> Inlines { get; } #

Inline snapshots for this paragraph.