API Reference

Enum

HtmlRenderSemanticGroupRole

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

Semantic roles retained independently from paint operations.

Inheritance

  • Enum
  • HtmlRenderSemanticGroupRole

Usage

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

Values

public const HtmlRenderSemanticGroupRole Section #

Document section or landmark.

Value: 0
public const HtmlRenderSemanticGroupRole Division #

Generic semantic division.

Value: 1
public const HtmlRenderSemanticGroupRole Paragraph #

Paragraph containing one or more text fragments.

Value: 2
public const HtmlRenderSemanticGroupRole Heading1 #

Level-one heading containing one or more text fragments.

Value: 3
public const HtmlRenderSemanticGroupRole Heading2 #

Level-two heading containing one or more text fragments.

Value: 4
public const HtmlRenderSemanticGroupRole Heading3 #

Level-three heading containing one or more text fragments.

Value: 5
public const HtmlRenderSemanticGroupRole Heading4 #

Level-four heading containing one or more text fragments.

Value: 6
public const HtmlRenderSemanticGroupRole Heading5 #

Level-five heading containing one or more text fragments.

Value: 7
public const HtmlRenderSemanticGroupRole Heading6 #

Level-six heading containing one or more text fragments.

Value: 8
public const HtmlRenderSemanticGroupRole List #

List container.

Value: 9
public const HtmlRenderSemanticGroupRole ListItem #

One list item.

Value: 10
public const HtmlRenderSemanticGroupRole ListLabel #

List marker or label.

Value: 11
public const HtmlRenderSemanticGroupRole ListBody #

List item body.

Value: 12
public const HtmlRenderSemanticGroupRole Table #

Table container.

Value: 13
public const HtmlRenderSemanticGroupRole TableRow #

Table row.

Value: 14
public const HtmlRenderSemanticGroupRole TableHeaderCell #

Table header cell.

Value: 15
public const HtmlRenderSemanticGroupRole TableCell #

Table data cell.

Value: 16
public const HtmlRenderSemanticGroupRole Caption #

Table or figure caption.

Value: 17