API Reference

Class

MarkdownNativeTableAlignmentCell

Namespace OfficeIMO.Markdown
Assembly OfficeIMO.Markdown
Modifiers sealed

Native projection for a table alignment/separator row cell.

Inheritance

  • Object
  • MarkdownNativeTableAlignmentCell

Usage

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

Returned or exposed by

Properties

public Int32 ColumnIndex { get; } #

Zero-based column index.

public ColumnAlignment Alignment { get; } #

Semantic alignment represented by this alignment cell.

public String Markdown { get; } #

Original alignment marker text such as :---, ---:, or :---:.

public MarkdownSourceSpan SourceSpan { get; } #

Source span for this alignment marker in the normalized markdown text.