Search Results for

    Show / Hide Table of Contents

    Class HtmlTextRenderer.Line

    Inheritance
    System.Object
    HtmlTextRenderer.Line
    Namespace: FastReport.Utils
    Assembly: FastReport.Base.dll
    Syntax
    public class Line

    Constructors

    Line(HtmlTextRenderer, HtmlTextRenderer.Paragraph, Int32)

    Declaration
    public Line(HtmlTextRenderer renderer, HtmlTextRenderer.Paragraph paragraph, int charIndex)
    Parameters
    Type Name Description
    HtmlTextRenderer renderer
    HtmlTextRenderer.Paragraph paragraph
    System.Int32 charIndex

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

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

    Renderer

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

    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
    Type Description
    System.Collections.Generic.List<HtmlTextRenderer.Word>

    Methods

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String
    Overrides
    System.Object.ToString()
    Back to top © 1998-2025 Copyright Fast Reports Inc.