API Reference

Class

HtmlConversionPreflight

Namespace OfficeIMO.Html
Assembly OfficeIMO.Html
Modifiers sealed

Executable, source-aware target capability analysis performed before artifact creation.

Inheritance

  • Object
  • HtmlConversionPreflight

Usage

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

Returned or exposed by

Methods

public HtmlFeaturePreflightResult Get(HtmlSemanticFeature feature) #
Returns: HtmlFeaturePreflightResult

Gets one feature prediction.

Parameters

feature OfficeIMO.Html.HtmlSemanticFeature requiredposition: 0

Properties

public HtmlConversionTarget Target { get; } #

Analyzed target.

public HtmlTargetCapabilityContract Contract { get; } #

Capability contract used for prediction.

public IReadOnlyList<HtmlFeaturePreflightResult> Features { get; } #

Complete feature predictions in enum order.

public IReadOnlyList<HtmlDiagnostic> Diagnostics { get; } #

Approximation and omission diagnostics with source-to-target provenance.

public Boolean HasPotentialLoss { get; } #

Whether any present feature is predicted to be approximated or omitted.