API Reference
Class
MarkdownNativeTableCellSnapshot
UI-safe snapshot of a native table cell.
Inheritance
- Object
- MarkdownNativeTableCellSnapshot
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 MarkdownNativeBlockSnapshot.HeaderCells
- Property MarkdownNativeBlockSnapshot.Rows
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String Text { get; } #Plain text cell content.
public String Markdown { get; } #Markdown cell content.
public Boolean IsHeader { get; } #Whether this is a header cell.
public Int32 RowIndex { get; } #Zero-based row index, or -1 for headers.
public Int32 ColumnIndex { get; } #Zero-based column index.
public ColumnAlignment Alignment { get; } #Projected alignment.
public MarkdownNativeSourceSpanSnapshot SourceSpan { get; } #Source span snapshot when available.
public IReadOnlyList<MarkdownNativeInlineSnapshot> Inlines { get; } #Inline snapshots for cell content when available.
public IReadOnlyList<MarkdownNativeBlockSnapshot> Children { get; } #Native child block snapshots projected from structured cell content.