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 As Integer _
) As Boolean
public bool IsLastLineInParagraph(
int
)
Parameters
- line
- CurrentLine index that is being processed
See Also