public method ParagraphBuilder.SetKeepWithNext

Brief

Defines whether the paragraph should be rendered with the element next to it.

Declaration
C#
Gehtsoft.PDFFlow.Builder.ParagraphBuilder  SetKeepWithNext (bool keepWithNext = True)

Parameters
keepWithNext

The value True indicates that the paragraph should be rendered with the element next to it.

Declared in ParagraphBuilder

back