API Reference

Enum

HtmlCapabilityGalleryExpectationOutcome

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

Expected proof outcome for one capability or known simplification in an HTML conversion gallery scenario.

Inheritance

  • Enum
  • HtmlCapabilityGalleryExpectationOutcome

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 HtmlCapabilityGalleryExpectationOutcome Preserved #

The feature is expected to survive the conversion path.

Value: 0
public const HtmlCapabilityGalleryExpectationOutcome Simplified #

The feature is expected to be intentionally simplified by the selected profile.

Value: 1
public const HtmlCapabilityGalleryExpectationOutcome Blocked #

The feature is expected to be blocked by policy or safety limits.

Value: 2
public const HtmlCapabilityGalleryExpectationOutcome Omitted #

The feature is expected to be omitted because it is outside the selected profile contract.

Value: 3
public const HtmlCapabilityGalleryExpectationOutcome Reported #

The feature is expected to be reported through diagnostics rather than silently accepted.

Value: 4
public const HtmlCapabilityGalleryExpectationOutcome TextProof #

The scenario is expected to provide text/logical readback evidence.

Value: 5
public const HtmlCapabilityGalleryExpectationOutcome VisualProof #

The scenario is expected to provide rendered, visual, raster, SVG, or positioned review evidence.

Value: 6