'Declaration Public Function KeepLinesTogether( _ Optional ByVal keepLinesTogether As Boolean _ ) As Paragraph
'Usage Dim instance As Paragraph Dim keepLinesTogether As Boolean Dim value As Paragraph value = instance.KeepLinesTogether(keepLinesTogether)
public Paragraph KeepLinesTogether( bool keepLinesTogether )
Parameters
- keepLinesTogether
- true if this Paragraph's lines must stay together on the same page, otherwise false.
Return Value
The modified Paragraph.