API Reference

Enum

MarkdownOrderedListMarkerStyle

Namespace OfficeIMO.Markdown
Assembly OfficeIMO.Markdown
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Marker family used by an ordered list.

Inheritance

  • Enum
  • MarkdownOrderedListMarkerStyle

Usage

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

Values

public const MarkdownOrderedListMarkerStyle Decimal #

Decimal markers such as 1..

Value: 0
public const MarkdownOrderedListMarkerStyle LowerAlpha #

Lowercase alphabetic markers such as a..

Value: 1
public const MarkdownOrderedListMarkerStyle UpperAlpha #

Uppercase alphabetic markers such as A..

Value: 2
public const MarkdownOrderedListMarkerStyle LowerRoman #

Lowercase roman markers such as iv..

Value: 3
public const MarkdownOrderedListMarkerStyle UpperRoman #

Uppercase roman markers such as IV..

Value: 4