Page 1 of 1

add header/footer at a specific page

PostPosted: Fri Dec 12, 2014 11:20 pm
by M.M
Hi everyone! Does anyone knows how to add a footer/header at a specific page number? (lets say i have a document with 4 pages and i want the 3rd page to have a specific header). I am trying to do this in Java.

Re: add header/footer at a specific page

PostPosted: Sat Dec 13, 2014 6:41 am
by jason
You can't do that, unless you make that a new section starting at the beginning of that page.

That's because in the docx file format, headers/footers are tied to sections, and you have the option of odd/even, and different first page.

What you can do though, is add a text box, positioned where the footer would appear.