API Reference

Class

HtmlCapabilityGalleryManifest

Namespace OfficeIMO.Html
Assembly OfficeIMO.Html
Modifiers sealed

Structured manifest for an OfficeIMO HTML capability gallery result.

Inheritance

  • Object
  • HtmlCapabilityGalleryManifest

Usage

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

Accepted by parameters

Constructors

HtmlCapabilityGalleryManifest 3 overloads
public HtmlCapabilityGalleryManifest(HtmlCapabilityGalleryResult result, HtmlConversionProfile profile, HtmlRoundTripScore roundTripScore, HtmlResourceManifest resourceManifest) #

Creates a gallery manifest.

Parameters

result OfficeIMO.Html.HtmlCapabilityGalleryResult requiredposition: 0
profile OfficeIMO.Html.HtmlConversionProfile requiredposition: 1
roundTripScore OfficeIMO.Html.HtmlRoundTripScore requiredposition: 2
resourceManifest OfficeIMO.Html.HtmlResourceManifest requiredposition: 3
public HtmlCapabilityGalleryManifest(HtmlCapabilityGalleryResult result, HtmlConversionProfile profile, HtmlRoundTripScore roundTripScore, HtmlResourceManifest resourceManifest, IEnumerable<HtmlCapabilityGalleryExpectation> expectations) #

Creates a gallery manifest with explicit proof expectations.

Parameters

result OfficeIMO.Html.HtmlCapabilityGalleryResult requiredposition: 0
profile OfficeIMO.Html.HtmlConversionProfile requiredposition: 1
roundTripScore OfficeIMO.Html.HtmlRoundTripScore requiredposition: 2
resourceManifest OfficeIMO.Html.HtmlResourceManifest requiredposition: 3
expectations System.Collections.Generic.IEnumerable{OfficeIMO.Html.HtmlCapabilityGalleryExpectation} requiredposition: 4
public HtmlCapabilityGalleryManifest(HtmlCapabilityGalleryResult result, HtmlConversionProfile profile, HtmlRoundTripScore roundTripScore, HtmlResourceManifest resourceManifest, IEnumerable<HtmlCapabilityGalleryExpectation> expectations, IEnumerable<OfficeHtmlConversionProfile> officeProfiles) #

Creates a gallery manifest with explicit proof expectations and source-specific Office-to-HTML profile contracts.

Parameters

result OfficeIMO.Html.HtmlCapabilityGalleryResult requiredposition: 0
profile OfficeIMO.Html.HtmlConversionProfile requiredposition: 1
roundTripScore OfficeIMO.Html.HtmlRoundTripScore requiredposition: 2
resourceManifest OfficeIMO.Html.HtmlResourceManifest requiredposition: 3
expectations System.Collections.Generic.IEnumerable{OfficeIMO.Html.HtmlCapabilityGalleryExpectation} requiredposition: 4
officeProfiles System.Collections.Generic.IEnumerable{OfficeIMO.Html.OfficeHtmlConversionProfile} requiredposition: 5

Properties

public HtmlCapabilityGalleryResult Result { get; } #

Gallery result and artifacts.

public HtmlConversionProfile Profile { get; } #

Shared conversion profile used by the scenario.

public HtmlRoundTripScore RoundTripScore { get; } #

Optional round-trip score.

public HtmlResourceManifest ResourceManifest { get; } #

Optional resource manifest.

public IReadOnlyList<HtmlCapabilityGalleryExpectation> Expectations { get; } #

Expected proof outcomes for features, simplifications, blocked resources, diagnostics, and visual or logical evidence.

public IReadOnlyList<OfficeHtmlConversionProfile> OfficeProfiles { get; } #

Source-specific Office-to-HTML profile contracts proven by this gallery scenario.