pageBreakBefore property

bool? pageBreakBefore
getter/setter pair

Whether the current paragraph should always start at the beginning of a page.

If unset, the value is inherited from the parent. Attempting to update page_break_before for paragraphs in unsupported regions, including Table, Header, Footer and Footnote, can result in an invalid document state that returns a 400 bad request error.

Implementation

core.bool? pageBreakBefore;