Returns true is the line at index "line" is the lasst line in the paragraph. Done only for justified alignment and lineCount > 1
シンタックス
'宣言
Public Function IsLastLineInParagraph( _
ByVal As Integer _
) As Boolean
public bool IsLastLineInParagraph(
int
)
パラメータ
- line
- CurrentLine index that is being processed
参照