Class HtmlTextRenderer.Run
Inheritance
System.Object
HtmlTextRenderer.Run
Assembly: FastReport.Base.dll
Syntax
public abstract class Run
Constructors
Run(HtmlTextRenderer, HtmlTextRenderer.Word, HtmlTextRenderer.StyleDescriptor, Single, Int32)
Declaration
public Run(HtmlTextRenderer renderer, HtmlTextRenderer.Word word, HtmlTextRenderer.StyleDescriptor style, float left, int charIndex)
Parameters
Fields
baseLine
Declaration
Field Value
Type |
Description |
System.Single |
|
charIndex
Declaration
Field Value
Type |
Description |
System.Int32 |
|
descent
Declaration
Field Value
Type |
Description |
System.Single |
|
height
Declaration
Field Value
Type |
Description |
System.Single |
|
left
Declaration
Field Value
Type |
Description |
System.Single |
|
renderer
Declaration
protected HtmlTextRenderer renderer
Field Value
style
Declaration
protected HtmlTextRenderer.StyleDescriptor style
Field Value
top
Declaration
Field Value
Type |
Description |
System.Single |
|
width
Declaration
Field Value
Type |
Description |
System.Single |
|
word
Declaration
protected HtmlTextRenderer.Word word
Field Value
Properties
BaseLine
Declaration
public float BaseLine { get; set; }
Property Value
Type |
Description |
System.Single |
|
CharIndex
Declaration
public int CharIndex { get; }
Property Value
Type |
Description |
System.Int32 |
|
Descent
Declaration
public float Descent { get; set; }
Property Value
Type |
Description |
System.Single |
|
Height
Declaration
public float Height { get; set; }
Property Value
Type |
Description |
System.Single |
|
Left
Declaration
public float Left { get; set; }
Property Value
Type |
Description |
System.Single |
|
Renderer
Declaration
public HtmlTextRenderer Renderer { get; }
Property Value
Style
Declaration
public HtmlTextRenderer.StyleDescriptor Style { get; }
Property Value
Top
Declaration
public float Top { get; set; }
Property Value
Type |
Description |
System.Single |
|
Width
Declaration
public float Width { get; set; }
Property Value
Type |
Description |
System.Single |
|
Word
Declaration
public HtmlTextRenderer.Word Word { get; set; }
Property Value
Methods
Draw()
Declaration
public abstract void Draw()
GetBackgroundBrush()
Declaration
protected Brush GetBackgroundBrush()
Returns
Split(Single, out HtmlTextRenderer.Run)
Declaration
public abstract HtmlTextRenderer.Run Split(float availableWidth, out HtmlTextRenderer.Run secondPart)
Parameters
Returns