API Reference
Class
HtmlCapabilityGalleryManifest
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
- profile OfficeIMO.Html.HtmlConversionProfile
- roundTripScore OfficeIMO.Html.HtmlRoundTripScore
- resourceManifest OfficeIMO.Html.HtmlResourceManifest
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
- profile OfficeIMO.Html.HtmlConversionProfile
- roundTripScore OfficeIMO.Html.HtmlRoundTripScore
- resourceManifest OfficeIMO.Html.HtmlResourceManifest
- expectations System.Collections.Generic.IEnumerable{OfficeIMO.Html.HtmlCapabilityGalleryExpectation}
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
- profile OfficeIMO.Html.HtmlConversionProfile
- roundTripScore OfficeIMO.Html.HtmlRoundTripScore
- resourceManifest OfficeIMO.Html.HtmlResourceManifest
- expectations System.Collections.Generic.IEnumerable{OfficeIMO.Html.HtmlCapabilityGalleryExpectation}
- officeProfiles System.Collections.Generic.IEnumerable{OfficeIMO.Html.OfficeHtmlConversionProfile}
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.