API Reference

Class

MarkdownNativeListBlock

Namespace OfficeIMO.Markdown
Assembly OfficeIMO.Markdown
Modifiers sealed

Native projection for an ordered or unordered list block.

Inheritance

Properties

public IMarkdownBlock List { get; } #

Source list block.

public Boolean IsOrdered { get; } #

Whether the list is ordered.

public Nullable<Int32> Start { get; } #

Ordered-list start value, or null for unordered lists.

public IReadOnlyList<MarkdownNativeListItem> Items { get; } #

Native list items in document order.