API Reference

Enum

HtmlConversionProfile

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

Shared OfficeIMO HTML conversion profile understood by gallery contracts, diagnostics, scoring, and adapters.

Inheritance

  • Enum
  • HtmlConversionProfile

Usage

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

Values

public const HtmlConversionProfile Semantic #

Prioritizes clean semantic document output over browser-perfect visual reproduction.

Value: 0
public const HtmlConversionProfile Document #

Balances semantic output, document styling, tables, forms, images, and diagnostics for common office documents.

Value: 1
public const HtmlConversionProfile HighFidelityPrint #

Captures the high-fidelity print/PDF ambition where layout preservation is more important than editability.

Value: 2
public const HtmlConversionProfile PositionedReview #

Preserves page or source geometry for review HTML where inspection matters more than editable reconstruction.

Value: 3