Class HtmlTextRenderer.Word
Inheritance
System.Object
HtmlTextRenderer.Word
Assembly: FastReport.Base.dll
Syntax
Constructors
Word(HtmlTextRenderer, HtmlTextRenderer.Line)
Declaration
public Word(HtmlTextRenderer renderer, HtmlTextRenderer.Line line)
Parameters
Word(HtmlTextRenderer, HtmlTextRenderer.Line, HtmlTextRenderer.WordType)
Declaration
public Word(HtmlTextRenderer renderer, HtmlTextRenderer.Line line, HtmlTextRenderer.WordType type)
Parameters
Properties
BaseLine
Declaration
public float BaseLine { get; }
Property Value
Type |
Description |
System.Single |
|
Descent
Declaration
public float Descent { get; }
Property Value
Type |
Description |
System.Single |
|
Height
Declaration
public float Height { get; }
Property Value
Type |
Description |
System.Single |
|
Line
Declaration
public HtmlTextRenderer.Line Line { get; set; }
Property Value
Renderer
Declaration
public HtmlTextRenderer Renderer { get; }
Property Value
Runs
Declaration
public List<HtmlTextRenderer.Run> Runs { get; }
Property Value
Type
Declaration
public HtmlTextRenderer.WordType Type { get; set; }
Property Value