I am adding first page footer to existing docx document in known way.
On some docx footer was visible in document, on others not visible, but still is present in xml. Sample of docx with not visible footer is attached as "sample.docx".
Comparison of xml of docx with visible and not visible footer does not show any difference.
Below is code for generating footer.
private static void addFooterToDocument(WordprocessingMLPackage wordMLPackage, String footerText)throws InvalidFormatException {
ObjectFactory factory ...