API Reference

Enum

MarkdownVisualThemeKind

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

Built-in visual profiles shared by Markdown exporters.

Inheritance

  • Enum
  • MarkdownVisualThemeKind

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 MarkdownVisualThemeKind Plain #

No opinionated document styling beyond each renderer's defaults.

Value: 0
public const MarkdownVisualThemeKind WordLike #

Neutral document styling that resembles a clean Word document.

Value: 1
public const MarkdownVisualThemeKind TechnicalDocument #

Polished technical-document styling for guides, READMEs, and specifications.

Value: 2
public const MarkdownVisualThemeKind GitHubLike #

GitHub-inspired Markdown styling.

Value: 3
public const MarkdownVisualThemeKind Compact #

Compact styling for dense notes and command output.

Value: 4
public const MarkdownVisualThemeKind Report #

Report-oriented styling with stronger tables and section hierarchy.

Value: 5