ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Document.Drawing.Gdi Assembly / GrapeCity.ActiveReports.Core.Document.Drawing.Gdi.Text Namespace / RText Class / IsLastLineInParagraph Method
CurrentLine index that is being processed

In This Topic
    IsLastLineInParagraph Method
    In This Topic
    Returns true is the line at index "line" is the lasst line in the paragraph. Done only for justified alignment and lineCount > 1
    Syntax
    'Declaration
     
    Public Function IsLastLineInParagraph( _
       ByVal line As Integer _
    ) As Boolean
    public bool IsLastLineInParagraph( 
       int line
    )

    Parameters

    line
    CurrentLine index that is being processed
    See Also