'Declaration
Public Property AllowBreakAcrossPages As System.Boolean
public System.bool AllowBreakAcrossPages {get; set;}
Remarks
When displaying the contents of a table cell, it is possible that a page break would fall within the contents of a table cell,
causing the contents of that cell to be displayed across two different pages.
If this property is false, then all contents of a table row shall be rendered on the same page by moving the start of the current row to the start of a new page if necessary.
If the contents of this table row cannot fit on a single page, then this row shall start on a new page and flow onto multiple pages as necessary.