Class AdvancedTextRenderer.Word
Word represents single word. It may consist of one or several Runs, in case when HtmlTags are enabled in the main AdvancedTextRenderer class.
Inheritance
System.Object
AdvancedTextRenderer.Word
Namespace: FastReport.Utils
Assembly: FastReport.Base.dll
Syntax
public class Word
Properties
Left
Gets the left coordinate.
Declaration
public float Left { get; }
Property Value
| Type | Description |
|---|---|
| System.Single |
Renderer
Gets the renderer.
Declaration
public AdvancedTextRenderer Renderer { get; }
Property Value
| Type | Description |
|---|---|
| AdvancedTextRenderer |
Runs
Gets a list of runs.
Declaration
public List<AdvancedTextRenderer.Run> Runs { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<AdvancedTextRenderer.Run> |
SpaceWidth
Gets the space width.
Declaration
public float SpaceWidth { get; }
Property Value
| Type | Description |
|---|---|
| System.Single |
Text
Gets the text.
Declaration
public string Text { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Top
Gets the top coordinate.
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 |