API Reference

Enum

HtmlSemanticSectionTitleSource

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

Source used to name a projected semantic section.

Inheritance

  • Enum
  • HtmlSemanticSectionTitleSource

Usage

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

Values

public const HtmlSemanticSectionTitleSource Generated #

The title was synthesized because the source supplied no usable name.

Value: 0
public const HtmlSemanticSectionTitleSource DocumentTitle #

The title came from the HTML document title.

Value: 1
public const HtmlSemanticSectionTitleSource Heading #

The title came from a visible HTML heading.

Value: 2
public const HtmlSemanticSectionTitleSource AriaLabel #

The title came from an ARIA label.

Value: 3
public const HtmlSemanticSectionTitleSource Id #

The title came from the section element ID.

Value: 4