Get or set if the next fragment is started on the same line as this fragment.

Namespace: TallComponents.PDF.Layout.Paragraphs
Assembly: TallComponents.PDF.Layout (in TallComponents.PDF.Layout.dll) Version: 3.0.63.0

Syntax

C#
public bool KeepWithNext { get; set; }
Visual Basic
Public Property KeepWithNext As Boolean
	Get
	Set

Remarks

Make sure this fragment always appears on the same line as the next fragment. A fragment that has keep with next set will not break across lines.

See Also