API Reference

Class

MarkdownNativeTableRow

Namespace OfficeIMO.Markdown
Assembly OfficeIMO.Markdown
Modifiers sealed

Native projection for a table row.

Inheritance

  • Object
  • MarkdownNativeTableRow

Usage

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

Properties

public TableRow SourceRow { get; } #

Source table row when structured row data is available.

public MarkdownSyntaxNode SyntaxNode { get; } #

Syntax node that produced this row when available.

public Nullable<MarkdownSourceSpan> SourceSpan { get; } #

Source span in the normalized markdown text when available.

public Boolean IsHeader { get; } #

Whether this row is the table header row.

public Int32 RowIndex { get; } #

Zero-based body row index, or -1 for the header row.

public IReadOnlyList<MarkdownNativeTableCell> Cells { get; } #

Cells in document column order.

public String Markdown { get; } #

Markdown representation of the row payload.