Closed
Description
I noticed some issues when I compared the DOCX output of my old customized DOCX emitter with the output of the DOCX emitter from master:
If showHeaderOnFirst
is not set to true
for the master page, then the DOCX emitter does not show the page header at all.
If I set this property to true for testing purpose, then the page header is created, but a second issue occurs:
In my test report, the content of the page header is a single dynamic text item with a border-bottom line (not a grid or whatever).
But the DOCX emitter does not create this line.
My customized emitter supported showHeaderOnFirst
, see triestram-partner@403e3af
Fixing this is not a top priority ATM. Maybe I can try to carefully create a PR from this once I find the time.
Metadata
Metadata
Assignees
Labels
No labels