Search Results for

    Show / Hide Table of Contents

    Class HtmlTextRenderer.Paragraph

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

    Constructors

    Paragraph(HtmlTextRenderer)

    Declaration
    public Paragraph(HtmlTextRenderer renderer)
    Parameters
    Type Name Description
    HtmlTextRenderer renderer

    Properties

    Lines

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

    Renderer

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

    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.