ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Tools Namespace / Kinsoku Class / CanBeLastCharOnLineJap Method
The character to check.

In This Topic
    CanBeLastCharOnLineJap Method
    In This Topic
    Determines whether the specified character can be the last character on a line according to Japanese Kinsoku line-breaking rules.
    Syntax
    'Declaration
     
    Public Shared Function CanBeLastCharOnLineJap( _
       ByVal ch As Char _
    ) As Boolean
    public static bool CanBeLastCharOnLineJap( 
       char ch
    )

    Parameters

    ch
    The character to check.

    Return Value

    true if the character can be the last character on the line; otherwise, false.
    See Also