API Reference

Class

HtmlSemanticListItem

Namespace OfficeIMO.Html
Assembly OfficeIMO.Html
Modifiers sealed

Typed state retained from one HTML list item.

Inheritance

  • Object
  • HtmlSemanticListItem

Usage

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

Returned or exposed by

Properties

public HtmlSemanticListItemKind Kind { get; } #

List-item category.

public Nullable<Int32> Ordinal { get; } #

Effective displayed ordinal for an ordered-list item; otherwise null.

public Nullable<Int32> ExplicitOrdinal { get; } #

Explicit ordinal from a list-item value attribute; otherwise null.