API Reference
Class
HtmlSemanticRun
Editable rich-text run shared by native adapters.
Inheritance
- Object
- HtmlSemanticRun
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 HtmlSemanticBlock.Runs
- Property HtmlSemanticTableCell.Runs
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String Hyperlink { get; } #Policy-normalized hyperlink, when present.
public Boolean Bold { get; } #Whether the run is bold.
public Boolean Italic { get; } #Whether the run is italic.
public Boolean Underline { get; } #Whether the run is underlined.
public Boolean Strikethrough { get; } #Whether the run is struck through.
public Boolean Superscript { get; } #Whether the run is superscript.
public Boolean Subscript { get; } #Whether the run is subscript.
public HtmlComputedStyle Style { get; } #Computed style snapshot.
public HtmlSemanticSourceLocation SourceLocation { get; } #Source provenance.
public Boolean IsLineBreak { get; } #Whether this run represents an explicit HTML line break.