API Reference

Enum

ColumnAlignment

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

Column text alignment for Markdown tables.

Inheritance

  • Enum
  • ColumnAlignment

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 ColumnAlignment None #

No explicit alignment (Markdown default).

Value: 0
public const ColumnAlignment Left #

Left-aligned text.

Value: 1
public const ColumnAlignment Center #

Center-aligned text.

Value: 2
public const ColumnAlignment Right #

Right-aligned text.

Value: 3