Search Results for

    Show / Hide Table of Contents

    Class AdvancedTextRenderer.Paragraph

    Paragraph represents single paragraph. It consists of one or several Lines.

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

    Constructors

    Paragraph(String, AdvancedTextRenderer, Int32)

    Declaration
    public Paragraph(string text, AdvancedTextRenderer renderer, int originalCharIndex)
    Parameters
    Type Name Description
    System.String text
    AdvancedTextRenderer renderer
    System.Int32 originalCharIndex

    Properties

    IsEmpty

    Declaration
    public bool IsEmpty { get; }
    Property Value
    Type Description
    System.Boolean

    Last

    Declaration
    public bool Last { get; }
    Property Value
    Type Description
    System.Boolean

    Lines

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

    Renderer

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

    Text

    Declaration
    public string Text { get; }
    Property Value
    Type Description
    System.String

    Methods

    AlignLines(Boolean)

    Declaration
    public void AlignLines(bool forceJustify)
    Parameters
    Type Name Description
    System.Boolean forceJustify

    Draw()

    Declaration
    public void Draw()

    WrapHtmlLines(AdvancedTextRenderer.StyleDescriptor)

    Declaration
    public AdvancedTextRenderer.StyleDescriptor WrapHtmlLines(AdvancedTextRenderer.StyleDescriptor style)
    Parameters
    Type Name Description
    AdvancedTextRenderer.StyleDescriptor style
    Returns
    Type Description
    AdvancedTextRenderer.StyleDescriptor

    WrapLines()

    Declaration
    public void WrapLines()
    Back to top © 1998-2025 Copyright Fast Reports Inc.