User`s guide

12 Classes – Alphabetical List
12-2
mlreportgen.dom.AllowBreakAcrossPages class
Package: mlreportgen.dom
Allow row to straddle page break
Description
Specifies whether to allow row to straddle page break. This format applies only to Word
documents.
Construction
breakAcrossPagesObj = AllowBreakAcrossPages() allows a row to flow onto the
next page when it cannot fit entirely on the current page.
breakAcrossPagesObj = AllowBreakAcrossPages(tf) forces a row to start on the
next page when it cannot fit on the current page and tf = false.
Input Arguments
tf — Allow row to flow onto next page
true (default) | logical value
A setting of false (or 0) forces a row to start on the next page when it cannot fit on the
current page. A setting of true (or 1) allows a row to flow onto the next page when it
cannot fit entirely on the current page.
Data Types: logical
Output Arguments
breakAcrossPagesObj — Control table row page break
mlreportgen.dom.AllowBreakAcrossPages object
Specification of table row page break handling, represented by an
mlreportgen.dom.AllowBreakAcrossPages object.