API Reference

Enum

HtmlSemanticListItemKind

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

Semantic HTML list-item category.

Inheritance

  • Enum
  • HtmlSemanticListItemKind

Usage

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

Values

public const HtmlSemanticListItemKind Item #

A regular ordered or unordered list item.

Value: 0
public const HtmlSemanticListItemKind Term #

A definition term.

Value: 1
public const HtmlSemanticListItemKind Description #

A definition description.

Value: 2