API Reference
Class
HtmlSemanticTableCell
One semantic table cell.
Inheritance
- Object
- HtmlSemanticTableCell
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 HtmlSemanticTableRow.Cells
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String Text { get; } #Normalized cell text.
public Boolean IsHeader { get; } #Whether the source used a header cell.
public Int32 RowSpan { get; } #Source row span, normalized to at least one.
public Int32 ColumnSpan { get; } #Source column span, normalized to at least one.
public IReadOnlyList<HtmlSemanticRun> Runs { get; } #Rich cell runs.
public IReadOnlyList<HtmlSemanticResource> Resources { get; } #Resources embedded in the cell.
public HtmlComputedStyle Style { get; } #Computed cell style.
public HtmlSemanticSourceLocation SourceLocation { get; } #Source provenance.