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
Assembly: FastReport.Base.dll
Syntax
Constructors
Word(String, AdvancedTextRenderer.Line)
Declaration
public Word(string text, AdvancedTextRenderer.Line line)
Parameters
Properties
Left
Declaration
public float Left { get; set; }
Property Value
Type |
Description |
System.Single |
|
Renderer
Declaration
public AdvancedTextRenderer Renderer { get; }
Property Value
Runs
Declaration
public List<AdvancedTextRenderer.Run> Runs { get; }
Property Value
SpaceWidth
Declaration
public float SpaceWidth { get; }
Property Value
Type |
Description |
System.Single |
|
Text
Declaration
public string Text { get; }
Property Value
Type |
Description |
System.String |
|
Top
Declaration
public float Top { get; }
Property Value
Type |
Description |
System.Single |
|
Width
Declaration
public float Width { get; }
Property Value
Type |
Description |
System.Single |
|
Methods
AdjustRuns()
Declaration
Draw()
Declaration
SetLine(AdvancedTextRenderer.Line)
Declaration
public void SetLine(AdvancedTextRenderer.Line line)
Parameters