Class AdvancedTextRenderer.Line
Line represents single text line. It consists of one or several Words.
Simple line (that does not contain tabs, html tags, and is not justified) has
single AdvancedTextRenderer.Word which contains all the text.
Inheritance
System.Object
AdvancedTextRenderer.Line
Assembly: FastReport.dll
Syntax
Constructors
Line(String, AdvancedTextRenderer.Paragraph, Int32)
Declaration
public Line(string text, AdvancedTextRenderer.Paragraph paragraph, int originalCharIndex)
Parameters
Properties
HasTabs
Declaration
public bool HasTabs { get; }
Property Value
| Type |
Description |
| System.Boolean |
|
Last
Declaration
public bool Last { get; }
Property Value
| Type |
Description |
| System.Boolean |
|
Left
Declaration
public float Left { get; }
Property Value
| Type |
Description |
| System.Single |
|
OriginalCharIndex
Declaration
public int OriginalCharIndex { get; }
Property Value
| Type |
Description |
| System.Int32 |
|
Renderer
Declaration
public AdvancedTextRenderer Renderer { get; }
Property Value
Strikeouts
Declaration
public List<RectangleF> Strikeouts { get; }
Property Value
| Type |
Description |
| System.Collections.Generic.List<System.Drawing.RectangleF> |
|
Style
Declaration
public AdvancedTextRenderer.StyleDescriptor Style { get; }
Property Value
Text
Declaration
public string Text { get; }
Property Value
| Type |
Description |
| System.String |
|
Top
Declaration
public float Top { get; set; }
Property Value
| Type |
Description |
| System.Single |
|
Underlines
Declaration
public List<RectangleF> Underlines { get; }
Property Value
| Type |
Description |
| System.Collections.Generic.List<System.Drawing.RectangleF> |
|
Width
Declaration
public float Width { get; }
Property Value
| Type |
Description |
| System.Single |
|
Words
Declaration
public List<AdvancedTextRenderer.Word> Words { get; }
Property Value
Methods
AlignWords(HorzAlign)
Declaration
public void AlignWords(HorzAlign align)
Parameters
CalcHeight()
Declaration
public float CalcHeight()
Returns
| Type |
Description |
| System.Single |
|
Draw()
Declaration
MakeUnderlines()
Declaration
public void MakeUnderlines()