Search Results for

    Show / Hide Table of Contents

    Class HtmlTextRenderer.Word

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

    Constructors

    Word(HtmlTextRenderer, HtmlTextRenderer.Line)

    Declaration
    public Word(HtmlTextRenderer renderer, HtmlTextRenderer.Line line)
    Parameters
    Type Name Description
    HtmlTextRenderer renderer
    HtmlTextRenderer.Line line

    Word(HtmlTextRenderer, HtmlTextRenderer.Line, HtmlTextRenderer.WordType)

    Declaration
    public Word(HtmlTextRenderer renderer, HtmlTextRenderer.Line line, HtmlTextRenderer.WordType type)
    Parameters
    Type Name Description
    HtmlTextRenderer renderer
    HtmlTextRenderer.Line line
    HtmlTextRenderer.WordType type

    Properties

    BaseLine

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

    Descent

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

    Height

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

    Line

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

    Renderer

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

    Runs

    Declaration
    public List<HtmlTextRenderer.Run> Runs { get; }
    Property Value
    Type Description
    System.Collections.Generic.List<HtmlTextRenderer.Run>

    Type

    Declaration
    public HtmlTextRenderer.WordType Type { get; set; }
    Property Value
    Type Description
    HtmlTextRenderer.WordType
    Back to top © 1998-2025 Copyright Fast Reports Inc.