API Reference

Class

MarkdownNativeTablePipe

Namespace OfficeIMO.Markdown
Assembly OfficeIMO.Markdown
Modifiers sealed

Native projection for a source-backed pipe delimiter in a table row.

Inheritance

  • Object
  • MarkdownNativeTablePipe

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 RowIndex { get; } #

Row index for the delimiter: -1 for the header row, -2 for the alignment row, or zero-based body row index.

public Int32 ColumnIndex { get; } #

Zero-based delimiter occurrence within the row.

public MarkdownSourceSpan SourceSpan { get; } #

Source span for this pipe delimiter in the normalized markdown text.