User`s guide

12 Classes – Alphabetical List
12-194
mlreportgen.dom.KeepLinesTogether class
Package: mlreportgen.dom
Start paragraph on new page if necessary
Description
Start paragraph on new page if necessary
Construction
keepLinesTogetherObj = KeepLinesTogether() starts a paragraph on a new page
if it cannot fit entirely on current page.
keepLinesTogetherObj = KeepLinesTogether(onoff) starts paragraph on a new
page only if it cannot fit entirely on current page and onoff is true.
Input Arguments
onoff — Keep paragraph on one page
logical
Use one of these values:
true (default)
false
0
A setting of true (or 1) starts a paragraph on a new page when it cannot fit entirely on
the current page. A setting of false (or 0) allows a paragraph to span two pages when it
cannot fit entirely on the current page.
Data Types: logical
Output Arguments
keepLinesTogetherObj — Start paragraph on new page if necessary
mlreportgen.dom.KeepLinesTogether object