Need to create a new page when the table exceeds to next page in apache poi
Asked
Active
Viewed 250 times
0
-
1Generally Microsoft Word is pretty good about auto-flowing things onto new pages, what makes you think this built-in functionality isn't enough? – Gagravarr Oct 28 '19 at 11:26
-
I have another table just below the second table . – Misthi Oct 28 '19 at 11:50
-
So when the first table overflow the second table should be coming to next page . I am designing my page in apache POI word – Misthi Oct 28 '19 at 11:50
-
document.createParagraph().createRun().addBreak(BreakType.PAGE); this can fix the issue – Misthi Oct 28 '19 at 12:52