mlreportgen.dom.AllowBreakAcrossPages Class
Namespace: mlreportgen.dom
Allow row to straddle page break
Description
Specifies whether to allow row to straddle page break. This format applies only to Word and PDF documents.
This class is only compatible with these MATLAB® Report Generator™ output types:
"docx""pdf""pdfa"(since R2025a)
The mlreportgen.dom.AllowBreakAcrossPages class is a handle class.
Creation
Description
allows a row to flow onto the next page when it cannot fit entirely on the
current page.breakAcrossPagesObj = AllowBreakAcrossPages
forces a row to start on the next page when it cannot fit on the current
page and breakAcrossPagesObj = AllowBreakAcrossPages(tf)tf = false.