Search Results for

    Show / Hide Table of Contents

    Class HtmlTextRenderer.Run

    Represents a base class for runs.

    Inheritance
    System.Object
    HtmlTextRenderer.Run
    HtmlTextRenderer.RunImage
    HtmlTextRenderer.RunText
    Namespace: FastReport.Utils
    Assembly: FastReport.Base.dll
    Syntax
    public abstract class Run

    Properties

    BaseLine

    Gets baseline.

    Declaration
    public float BaseLine { get; }
    Property Value
    Type Description
    System.Single

    CharIndex

    Gets char index.

    Declaration
    public int CharIndex { get; }
    Property Value
    Type Description
    System.Int32

    Descent

    Gets descent value.

    Declaration
    public float Descent { get; }
    Property Value
    Type Description
    System.Single

    Height

    Gets the height.

    Declaration
    public float Height { get; }
    Property Value
    Type Description
    System.Single

    Left

    Gets the left coordinate.

    Declaration
    public float Left { get; }
    Property Value
    Type Description
    System.Single

    Renderer

    Gets the renderer.

    Declaration
    public HtmlTextRenderer Renderer { get; }
    Property Value
    Type Description
    HtmlTextRenderer

    Style

    Gets the style descriptor.

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

    Top

    Gets the top coodinate.

    Declaration
    public float Top { get; }
    Property Value
    Type Description
    System.Single

    Width

    Gets the width.

    Declaration
    public float Width { get; }
    Property Value
    Type Description
    System.Single

    Word

    Gets the word.

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

    Methods

    GetBackgroundBrush()

    Gets background brush.

    Declaration
    protected Brush GetBackgroundBrush()
    Returns
    Type Description
    Brush

    The Brush object.

    Back to top © 1998-2026 Copyright Fast Reports Inc.