Invalid parity header set by Apache POI word

version apache poi 3.17

document
    .createHeader(HeaderFooterType.EVEN)
    .createParagraph()
    .createRun()
    .setText("even");
    

there are no headers when exporting word

there are three types of headers

HeaderFooterType.EVEN
HeaderFooterType.DEFAULT
HeaderFooterType.FIRST



HeaderFooterType.DEFAULT
HeaderFooterType.FIRST

Mar.16,2021

solved this problem in stackoverflow
https://stackoverflow.com/que.

.
Menu