is an option for Cell which specifies whether a page break should be made immediately below the cell if the notebook that contains the cell is printed.
PageBreakBelow
is an option for Cell which specifies whether a page break should be made immediately below the cell if the notebook that contains the cell is printed.
Examples
Basic Examples (1)
Create a document and select the seventh cell in it:
nb = CreateDocument[Table[TextCell["abcde", "Text"], {20}], ShowPageBreaks -> True];SelectionMove[nb, Next, Cell, 7]Set a page break below that cell:
SetOptions[NotebookSelection[nb], PageBreakBelow -> True]See Also
Tech Notes
Related Guides
Related Workflows
- Set Page Breaks for Printing
History
Introduced in 1996 (3.0)
Text
Wolfram Research (1996), PageBreakBelow, Wolfram Language function, https://reference.wolfram.com/language/ref/PageBreakBelow.html.
CMS
Wolfram Language. 1996. "PageBreakBelow." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/PageBreakBelow.html.
APA
Wolfram Language. (1996). PageBreakBelow. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/PageBreakBelow.html
BibTeX
@misc{reference.wolfram_2026_pagebreakbelow, author="Wolfram Research", title="{PageBreakBelow}", year="1996", howpublished="\url{https://reference.wolfram.com/language/ref/PageBreakBelow.html}", note=[Accessed: 13-June-2026]}
BibLaTeX
@online{reference.wolfram_2026_pagebreakbelow, organization={Wolfram Research}, title={PageBreakBelow}, year={1996}, url={https://reference.wolfram.com/language/ref/PageBreakBelow.html}, note=[Accessed: 13-June-2026]}