OfficeIMO

API Reference

Enum

HtmlStyle

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

Built-in style presets for rendered HTML.

Inheritance

  • Enum
  • HtmlStyle

Values

public const HtmlStyle Plain #

No styling (only browser defaults).

Value: 0
public const HtmlStyle Clean #

Lightweight readable defaults.

Value: 1
public const HtmlStyle GithubLight #

GitHub-like light theme.

Value: 2
public const HtmlStyle GithubDark #

GitHub-like dark theme.

Value: 3
public const HtmlStyle GithubAuto #

Auto light/dark using prefers-color-scheme.

Value: 4
public const HtmlStyle ChatLight #

Compact chat-friendly light theme (intended for embedding inside chat UIs).

Value: 5
public const HtmlStyle ChatDark #

Compact chat-friendly dark theme (intended for embedding inside chat UIs).

Value: 6
public const HtmlStyle ChatAuto #

Compact chat-friendly auto theme (prefers-color-scheme + data-theme overrides).

Value: 7
public const HtmlStyle Word #

Word-like styling: Calibri/Cambria headings, comfortable spacing, and Word-ish tables/lists.

Value: 8