API Reference

Enum

HtmlSemanticListKind

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

Semantic HTML list category.

Inheritance

  • Enum
  • HtmlSemanticListKind

Usage

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

Values

public const HtmlSemanticListKind Unordered #

An unordered list.

Value: 0
public const HtmlSemanticListKind Ordered #

An ordered list.

Value: 1
public const HtmlSemanticListKind Definition #

A definition list.

Value: 2