API Reference

Class

HtmlSemanticList

Namespace OfficeIMO.Html
Assembly OfficeIMO.Html
Modifiers sealed

Typed list state retained from an HTML list container.

Inheritance

  • Object
  • HtmlSemanticList

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 HtmlSemanticListKind Kind { get; } #

List category.

public Nullable<Int32> Start { get; } #

Effective first ordinal for an ordered list; otherwise null.

public Boolean IsReversed { get; } #

Whether ordered-list numbering descends.