Open XML Table Header Same page
问题 I am making an OpenXML document generator. It generates Word Documents based on system data. I Have table headers set up and they work a treat. My issue is as follows: In particular circumstances (if the header fits on the page, but the next row doesn't) it will show the header, then there will be the page break and it will show again on the new page. This is of course expected behavior, and is fixed by manually going into the generated document and adding a new line or two before the table,