API Reference

Enum

HtmlImportMode

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

Selects how a native Office adapter interprets HTML input.

Inheritance

  • Enum
  • HtmlImportMode

Usage

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

Values

public const HtmlImportMode Auto #

Use a compatible OfficeIMO semantic envelope when present; otherwise import ordinary HTML.

Value: 0
public const HtmlImportMode Semantic #

Require the adapter's versioned OfficeIMO semantic envelope and restoration metadata.

Value: 1
public const HtmlImportMode Generic #

Interpret ordinary headings, sections, paragraphs, lists, tables, and images without proprietary metadata.

Value: 2