Class HtmlTextRenderer.Word
Represents the word.
Inheritance
System.Object
HtmlTextRenderer.Word
Namespace: FastReport.Utils
Assembly: FastReport.Base.dll
Syntax
public class Word
Properties
BaseLine
Gets baseline.
Declaration
public float BaseLine { get; }
Property Value
| Type | Description |
|---|---|
| System.Single |
Descent
Gets descent value.
Declaration
public float Descent { get; }
Property Value
| Type | Description |
|---|---|
| System.Single |
Height
Gets the height.
Declaration
public float Height { get; }
Property Value
| Type | Description |
|---|---|
| System.Single |
Line
Gets the line.
Declaration
public HtmlTextRenderer.Line Line { get; }
Property Value
| Type | Description |
|---|---|
| HtmlTextRenderer.Line |
Renderer
Gets the renderer.
Declaration
public HtmlTextRenderer Renderer { get; }
Property Value
| Type | Description |
|---|---|
| HtmlTextRenderer |
Runs
Gets a list of runs.
Declaration
public List<HtmlTextRenderer.Run> Runs { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<HtmlTextRenderer.Run> |
Type
Gets the word type.
Declaration
public HtmlTextRenderer.WordType Type { get; }
Property Value
| Type | Description |
|---|---|
| HtmlTextRenderer.WordType |