Search Results for

    Show / Hide Table of Contents

    Class HtmlTextRenderer.Run

    Inheritance
    System.Object
    HtmlTextRenderer.Run
    HtmlTextRenderer.RunImage
    HtmlTextRenderer.RunText
    Namespace: FastReport.Utils
    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
    Type Name Description
    HtmlTextRenderer renderer
    HtmlTextRenderer.Word word
    HtmlTextRenderer.StyleDescriptor style
    System.Single left
    System.Int32 charIndex

    Fields

    baseLine

    Declaration
    protected float baseLine
    Field Value
    Type Description
    System.Single

    charIndex

    Declaration
    protected int charIndex
    Field Value
    Type Description
    System.Int32

    descent

    Declaration
    protected float descent
    Field Value
    Type Description
    System.Single

    height

    Declaration
    protected float height
    Field Value
    Type Description
    System.Single

    left

    Declaration
    protected float left
    Field Value
    Type Description
    System.Single

    renderer

    Declaration
    protected HtmlTextRenderer renderer
    Field Value
    Type Description
    HtmlTextRenderer

    style

    Declaration
    protected HtmlTextRenderer.StyleDescriptor style
    Field Value
    Type Description
    HtmlTextRenderer.StyleDescriptor

    top

    Declaration
    protected float top
    Field Value
    Type Description
    System.Single

    width

    Declaration
    protected float width
    Field Value
    Type Description
    System.Single

    word

    Declaration
    protected HtmlTextRenderer.Word word
    Field Value
    Type Description
    HtmlTextRenderer.Word

    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
    Type Description
    HtmlTextRenderer

    Style

    Declaration
    public HtmlTextRenderer.StyleDescriptor Style { get; }
    Property Value
    Type Description
    HtmlTextRenderer.StyleDescriptor

    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
    Type Description
    HtmlTextRenderer.Word

    Methods

    Draw()

    Declaration
    public abstract void Draw()

    GetBackgroundBrush()

    Declaration
    protected Brush GetBackgroundBrush()
    Returns
    Type Description
    Brush

    Split(Single, out HtmlTextRenderer.Run)

    Declaration
    public abstract HtmlTextRenderer.Run Split(float availableWidth, out HtmlTextRenderer.Run secondPart)
    Parameters
    Type Name Description
    System.Single availableWidth
    HtmlTextRenderer.Run secondPart
    Returns
    Type Description
    HtmlTextRenderer.Run
    Back to top © 1998-2025 Copyright Fast Reports Inc.