296297298299300301302
/** * Toggles the page break flag of the section. */ void togglePageBreak() { performCommand(new SectionPageBreakCommand(section)); }