API Reference

Enum

HtmlResourceKind

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

Resource dependency type discovered in HTML input.

Inheritance

  • Enum
  • HtmlResourceKind

Usage

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

Accepted by parameters

Values

public const HtmlResourceKind Image #

Image resource.

Value: 0
public const HtmlResourceKind Stylesheet #

Stylesheet resource.

Value: 1
public const HtmlResourceKind Script #

Script resource.

Value: 3
public const HtmlResourceKind Media #

Audio, video, source, or track resource.

Value: 4
public const HtmlResourceKind Font #

Font or preloaded font-like resource.

Value: 5
public const HtmlResourceKind Other #

Resource that does not fit a more specific category.

Value: 6