Hi,
I used the demo webapp to show the code required for my document. I am substituting in values from a data model and building the 4 different types of pages I need as I go.
But I cannot get the 3 headers (and 3 footers) from the demo webapp to display in the Word document produced.
I have this code to call my header and footer create methods:
public Body createIt(Body body) { ...