API Reference
Class
MarkdownNativeTablePipe
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
- Property MarkdownNativeTableBlock.Pipes
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.