Hi,
I just updated my code with the latest code in the repository and I saw that the getHeaderFooterPolicy method was deprecated in WordprocessingMLPackage. Since it's deprecated what's the best way to get a header or footer in a document?
Is it best to find the sectPr in the document and find out what headers/footers are tied to that sectPr, get the relationship ID from those header/footer references, and then get the part using that ID (i.e. via getMainDocumentPart().getRelationshipsPart().getPart(oldRelId))?
Thanks!
Justin