API Reference

Enum

HtmlPointerCapability

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

Primary pointing-device accuracy exposed to CSS media queries.

Inheritance

  • Enum
  • HtmlPointerCapability

Usage

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

Values

public const HtmlPointerCapability None #

No pointing device is available to the static output.

Value: 0
public const HtmlPointerCapability Coarse #

The primary pointing device has limited accuracy.

Value: 1
public const HtmlPointerCapability Fine #

The primary pointing device has fine accuracy.

Value: 2