OfficeIMO

API Reference

Class

OrderedListBlock

Namespace OfficeIMO.Markdown
Assembly OfficeIMO.Markdown
Implements
Modifiers sealed

Ordered (numbered) list.

Inheritance

Constructors

Methods

OfficeIMO#Markdown#IMarkdownBlock#RenderHtml() #
OfficeIMO#Markdown#IMarkdownBlock#RenderMarkdown() #

Properties

public List<ListItem> Items { get; } #

Items within the ordered list.

public IReadOnlyList<ListItem> ListItems { get; } #

Read-only AST-style view of list items.

public Int32 Start { get; set; } #

Starting number (default 1).