API Reference

Enum

HtmlRenderCapabilityKind

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

Identifies the standards surface described by a renderer capability.

Inheritance

  • Enum
  • HtmlRenderCapabilityKind

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 HtmlRenderCapabilityKind Css #

One or more CSS properties or value families.

Value: 0
public const HtmlRenderCapabilityKind Html #

An HTML element, attribute, or semantic behavior.

Value: 1
public const HtmlRenderCapabilityKind PagedMedia #

A CSS at-rule or paged-media behavior.

Value: 2
public const HtmlRenderCapabilityKind Resource #

A resource, font, image, or SVG behavior.

Value: 3
public const HtmlRenderCapabilityKind Output #

An output-artifact behavior such as metadata or accessibility.

Value: 4