API Reference

Class

MarkdownNativeListItemParagraph

Namespace OfficeIMO.Markdown
Assembly OfficeIMO.Markdown
Modifiers sealed

Native projection for one paragraph owned by a list item.

Inheritance

  • Object
  • MarkdownNativeListItemParagraph

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

Accepted by parameters

Properties

public Int32 Index { get; } #

Zero-based paragraph index within the list item.

public ParagraphBlock Paragraph { get; } #

Source paragraph block.

public MarkdownSyntaxNode SyntaxNode { get; } #

Syntax node that produced this list-item paragraph when available.

public Nullable<MarkdownSourceSpan> SourceSpan { get; } #

Paragraph source span in the normalized markdown text when available.

public String Text { get; } #

Plain-text paragraph content.

public InlineSequence Inlines { get; } #

Structured inline nodes owned by this paragraph.

public IReadOnlyList<MarkdownNativeInline> InlineRuns { get; } #

AST-backed native inline projection for this paragraph.