Property KeepWithNext
Namespace TallComponents.PDF.Layout.Paragraphs
Class Fragment
Get or set if the next fragment is started on the same line as this fragment.
Make sure this fragment always appears on the same line as the next fragment. A fragment that has KeepWithNext set will not break across lines.
Syntax
public
Boolean
KeepWithNext
{
get;
set;
}
Property value
Boolean