API Reference

Enum

RtfHtmlExportProfile

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

Named RTF-to-HTML output contracts.

Inheritance

  • Enum
  • RtfHtmlExportProfile

Usage

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

Values

public const RtfHtmlExportProfile SemanticDocument #

RTF document content as safe, accessible semantic HTML.

Value: 0
public const RtfHtmlExportProfile DocumentRoundTrip #

Trusted editable round-trip output with private OfficeIMO metadata.

Value: 1
public const RtfHtmlExportProfile PrintReview #

Print-oriented review output without claiming full Word layout parity.

Value: 2