Sets a value specifying how the table row is formatted at page breaks. The property value is True, if the table row can be formatted across page breaks. The property value is False, if the table row must not be formatted across page breaks.
<void> TableRow.setAllowPageBreak(<boolean> allowPageBreak, [<EmptyRequestCallback> callback], [<ErrorCallback> errorCallback])
Parameter | Description |
---|---|
allow |
Specifies how the table row is formatted at page breaks. |
callback | Optional. Is called when the operation completed. |
error |
Optional. Is called when the operation failed with an error. |