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