API Reference

Enum

OfficeHtmlConversionProfile

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

Shared source-specific Office-to-HTML lane identifiers used before dedicated adapters need their own package API.

Inheritance

  • Enum
  • OfficeHtmlConversionProfile

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 OfficeHtmlConversionProfile WordSemanticDocument #

Word document content as accessible semantic HTML.

Value: 0
public const OfficeHtmlConversionProfile WordDocumentRoundTrip #

Word document HTML intended for editable HTML to Word to HTML roundtrip review.

Value: 1
public const OfficeHtmlConversionProfile WordPrintReview #

Word document HTML intended for print-oriented review without claiming browser layout parity.

Value: 2
public const OfficeHtmlConversionProfile ExcelSemanticTables #

Workbook and worksheet content as accessible semantic HTML tables.

Value: 3
public const OfficeHtmlConversionProfile ExcelVisualReview #

Worksheet ranges, pages, and shapes as positioned visual-review HTML.

Value: 4
public const OfficeHtmlConversionProfile PowerPointSemanticSlides #

Slides, notes, and slide content as accessible semantic HTML.

Value: 5
public const OfficeHtmlConversionProfile PowerPointVisualReview #

Slides as positioned visual-review HTML backed by shared drawing primitives.

Value: 6