OfficeIMO

API Reference

Enum

TocChrome

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

Visual chrome level for the TOC container.

Inheritance

  • Enum
  • TocChrome

Values

public const TocChrome Default #

Use style defaults (panel for Panel layout; plain for sidebars).

Value: 0
public const TocChrome None #

No background or border; text-only ("ghost").

Value: 1
public const TocChrome Outline #

Border only; transparent background.

Value: 2
public const TocChrome Panel #

Card-style panel; background + border.

Value: 3