Uses of Class
org.docx4j.openpackaging.parts.WordprocessingML.FooterPart
Packages that use FooterPart
-
Uses of FooterPart in org.docx4j.convert.out.common.preprocess
Methods in org.docx4j.convert.out.common.preprocess with parameters of type FooterPartModifier and TypeMethodDescriptionprotected static voidPageNumberInformationCollector.process(FooterPart footer, PageNumberInformationCollector.FieldVisitor fldVisitor) -
Uses of FooterPart in org.docx4j.model.structure
Fields in org.docx4j.model.structure declared as FooterPartModifier and TypeFieldDescriptionprivate FooterPartHeaderFooterPolicy.defaultFooterprivate static FooterPartHeaderFooterPolicy.dummyFooterprivate FooterPartHeaderFooterPolicy.evenFooterprivate FooterPartHeaderFooterPolicy.firstFooterprivate FooterPartHeaderFooterPolicy.firstFooterActiveMethods in org.docx4j.model.structure that return FooterPartModifier and TypeMethodDescriptionHeaderFooterPolicy.getDefaultFooter()If an even footer is present this is the odd footer otherwise it is both, even and odd footerprivate FooterPartHeaderFooterPolicy.getDummyFooter()HeaderFooterPolicy.getEvenFooter()HeaderFooterPolicy.getFirstFooter()HeaderFooterPolicy.getFooter(int pageNumber) Get the footer that applies to the given (1 based) page.