-
Notifications
You must be signed in to change notification settings - Fork 660
Open
Labels
Description
Hello! I am trying to create a table which spans over multiple pages. I want the cells to have space between them and the only way I found to do this is to add an "invisible" bottom border to the cell. It is not perfect, but it works. If I add spacing, it also adds space on the sides, and I don't want that.
The problem is that I get a NPE when the table reaches page 2, and it is because the cellGraphics object on the context is set to null at this line
Is this a bug or am I doing something wrong?