Class HtmlTextRenderer.Line
Inheritance
System.Object
HtmlTextRenderer.Line
Assembly: FastReport.Base.dll
Syntax
Constructors
Line(HtmlTextRenderer, HtmlTextRenderer.Paragraph, Int32)
Declaration
public Line(HtmlTextRenderer renderer, HtmlTextRenderer.Paragraph paragraph, int charIndex)
Parameters
Properties
BaseLine
Declaration
public float BaseLine { get; set; }
Property Value
Type |
Description |
System.Single |
|
Height
Declaration
public float Height { get; set; }
Property Value
Type |
Description |
System.Single |
|
HorzAlign
Declaration
public HorzAlign HorzAlign { get; }
Property Value
LineSpacing
Declaration
public float LineSpacing { get; set; }
Property Value
Type |
Description |
System.Single |
|
OriginalCharIndex
Declaration
public int OriginalCharIndex { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Paragraph
Declaration
public HtmlTextRenderer.Paragraph Paragraph { get; set; }
Property Value
Renderer
Declaration
public HtmlTextRenderer Renderer { get; }
Property Value
Top
Declaration
public float Top { get; set; }
Property Value
Type |
Description |
System.Single |
|
Width
Declaration
public float Width { get; }
Property Value
Type |
Description |
System.Single |
|
Words
Declaration
public List<HtmlTextRenderer.Word> Words { get; }
Property Value
Methods
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|
Overrides
System.Object.ToString()