API Reference

Enum

HtmlSemanticBlockKind

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

Typed semantic HTML block categories interpreted once by the shared core.

Inheritance

  • Enum
  • HtmlSemanticBlockKind

Usage

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

Values

public const HtmlSemanticBlockKind Heading #

Heading block.

Value: 0
public const HtmlSemanticBlockKind Paragraph #

Paragraph or address block.

Value: 1
public const HtmlSemanticBlockKind Code #

Preformatted source or code block.

Value: 2
public const HtmlSemanticBlockKind Quote #

Quoted block.

Value: 3
public const HtmlSemanticBlockKind List #

Ordered, unordered, or definition list.

Value: 4
public const HtmlSemanticBlockKind ListItem #

One list item.

Value: 5
public const HtmlSemanticBlockKind Table #

Tabular content.

Value: 6
public const HtmlSemanticBlockKind Image #

Image content.

Value: 7
public const HtmlSemanticBlockKind Media #

Audio, video, or embedded media.

Value: 8
public const HtmlSemanticBlockKind Form #

Form or form control.

Value: 9
public const HtmlSemanticBlockKind Note #

Footnote, endnote, or note-like content.

Value: 10
public const HtmlSemanticBlockKind Other #

Other retained semantic content.

Value: 11