Whether to split tables onto multiple pages if table height is larger than page height
Member of PRIM_PDF.AutoTable (PRIM_PDF.AutoTable)
Data Type - Enumeration
The PageBreak property specifies whether to split tables onto multiple pages if table height is larger than page height.
Enum Value | Description |
---|---|
Auto | Add a new page only when the next row doesn't fit (Default) |
Avoid | Start on a new page if there is not enough room to fit the entire table on the current page |
Always | Each table will always start on a new page |
LANSA Version 15, April 2020