Open walter-chequer opened 1 month ago
@walter-chequer sorry for the delay. Indeed, there is currently no solution for this. So it is either splittable or not - no differentiation so far. However, what I can think of is some additional flag like "only split vertically if it exceeds the page height" or so - exactly to avoid the scenario you are mentioning. Basically it means "No split, but instead of an error split". Does that sound reaosnable to you?
@phax Sure, that would be great.
I used setVertSplittable(false) on PLText to prevent page breaks. However, when there is an exceptionally long string in a cell that must overflow to the next page, the following error occurs. Is there a solution for this?
Here is the code I used.
Thank you for your always kind responses. :)