Class HtmlTextRenderer.Line
Represents the line of a text.
Inheritance
System.Object
HtmlTextRenderer.Line
Namespace: FastReport.Utils
Assembly: FastReport.Base.dll
Syntax
public class Line
Properties
BaseLine
Gets baseline.
Declaration
public float BaseLine { get; }
Property Value
| Type | Description |
|---|---|
| System.Single |
Height
Gets line height.
Declaration
public float Height { get; }
Property Value
| Type | Description |
|---|---|
| System.Single |
HorzAlign
Gets horizontal alignment.
Declaration
public HorzAlign HorzAlign { get; }
Property Value
| Type | Description |
|---|---|
| HorzAlign |
LineSpacing
Gets line spacing.
Declaration
public float LineSpacing { get; }
Property Value
| Type | Description |
|---|---|
| System.Single |
OriginalCharIndex
Gets original char index.
Declaration
public int OriginalCharIndex { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
Paragraph
Gets paragraph.
Declaration
public HtmlTextRenderer.Paragraph Paragraph { get; }
Property Value
| Type | Description |
|---|---|
| HtmlTextRenderer.Paragraph |
Renderer
Gets renderer.
Declaration
public HtmlTextRenderer Renderer { get; }
Property Value
| Type | Description |
|---|---|
| HtmlTextRenderer |
Top
Gets the top coordinate.
Declaration
public float Top { get; }
Property Value
| Type | Description |
|---|---|
| System.Single |
Width
Gets width.
Declaration
public float Width { get; }
Property Value
| Type | Description |
|---|---|
| System.Single |
Words
Gets a list of words.
Declaration
public List<HtmlTextRenderer.Word> Words { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<HtmlTextRenderer.Word> |
Methods
ToString()
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| System.String |
Overrides
System.Object.ToString()