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 As Char _
) As Boolean
public static bool CanBeLastCharOnLineJap(
char
)
Parameters
- ch
- The character to check.
Return Value
true
if the character can be the last character on the line; otherwise, false
.
See Also