Class HtmlTextRenderer.Run
Represents a base class for runs.
Namespace: FastReport.Utils
Assembly: FastReport.Base.dll
Syntax
public abstract class Run
Properties
BaseLine
Gets baseline.
Declaration
public float BaseLine { get; }
Property Value
| Type | Description |
|---|---|
| System.Single |
CharIndex
Gets char index.
Declaration
public int CharIndex { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
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 |
Left
Gets the left coordinate.
Declaration
public float Left { get; }
Property Value
| Type | Description |
|---|---|
| System.Single |
Renderer
Gets the renderer.
Declaration
public HtmlTextRenderer Renderer { get; }
Property Value
| Type | Description |
|---|---|
| HtmlTextRenderer |
Style
Gets the style descriptor.
Declaration
public HtmlTextRenderer.StyleDescriptor Style { get; }
Property Value
| Type | Description |
|---|---|
| HtmlTextRenderer.StyleDescriptor |
Top
Gets the top coodinate.
Declaration
public float Top { get; }
Property Value
| Type | Description |
|---|---|
| System.Single |
Width
Gets the width.
Declaration
public float Width { get; }
Property Value
| Type | Description |
|---|---|
| System.Single |
Word
Gets the word.
Declaration
public HtmlTextRenderer.Word Word { get; }
Property Value
| Type | Description |
|---|---|
| HtmlTextRenderer.Word |
Methods
GetBackgroundBrush()
Gets background brush.
Declaration
protected Brush GetBackgroundBrush()
Returns
| Type | Description |
|---|---|
| Brush | The Brush object. |