PageBreakBefore property

Specifying true allows page breaks between current paragraph and the following paragraph. Specifying false to prevents page breaks between current paragraph and the following paragraph.

Defined in

TextParagraph

Data type

boolean

Syntax

public boolean isPageBreakBefore() 
public void setPageBreakBefore(boolean before)

See examples

Example:PageBreakBefore property