is an option for Cell which specifies whether a page break should be made immediately above the cell if the notebook that contains the cell is printed.
PageBreakAbove
is an option for Cell which specifies whether a page break should be made immediately above 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 above that cell:
SetOptions[NotebookSelection[nb], PageBreakAbove -> True]See Also
Tech Notes
Related Guides
Related Workflows
- Set Page Breaks for Printing
History
Introduced in 1996 (3.0)
Text
Wolfram Research (1996), PageBreakAbove, Wolfram Language function, https://reference.wolfram.com/language/ref/PageBreakAbove.html.
CMS
Wolfram Language. 1996. "PageBreakAbove." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/PageBreakAbove.html.
APA
Wolfram Language. (1996). PageBreakAbove. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/PageBreakAbove.html
BibTeX
@misc{reference.wolfram_2026_pagebreakabove, author="Wolfram Research", title="{PageBreakAbove}", year="1996", howpublished="\url{https://reference.wolfram.com/language/ref/PageBreakAbove.html}", note=[Accessed: 12-June-2026]}
BibLaTeX
@online{reference.wolfram_2026_pagebreakabove, organization={Wolfram Research}, title={PageBreakAbove}, year={1996}, url={https://reference.wolfram.com/language/ref/PageBreakAbove.html}, note=[Accessed: 12-June-2026]}