Type
Long Integer
Description
When printing, determines whether a page-break is issued when a table cell does not fit in the remainder of the printable page.
Example
REM Cause a new printable page to be started when a table cell which
REM would start in the lower 50% of the page cannot fit in that
REM lower 50%.
WebsterPro1.PrintPageBreakForTables = 50
Remarks
Set this property to specify the region in which a table cell that does not fit will cause a new page to be started. The region is specified as a percentage of the printable page, measured from the bottom of the page.
Tables cells that start above the specified region but don’t fit in the page will be split across two pages. To always start tables cells on a new printable page when they don't fit on the current page, set the property to 100. Set it to zero to always split table cells when they do not fit on the printable page in which they start.
The default setting is 20%, so table cells that start above the bottom 20% of the page but don’t fit will be split across pages, but table cells that start within the bottom 20% but don’t fit cause a new page to be started.
See Also
The PrintPageBreakForImages property provides similar functionality for images.