Uses of Class
org.apache.poi.xwpf.usermodel.XWPFFooter
Packages that use XWPFFooter
-
Uses of XWPFFooter in org.apache.poi.xwpf.model
Methods in org.apache.poi.xwpf.model that return XWPFFooterModifier and TypeMethodDescriptionXWPFHeaderFooterPolicy.createFooter(org.openxmlformats.schemas.wordprocessingml.x2006.main.STHdrFtr.Enum type) Creates an empty footer of the specified type, containing a single empty paragraph, to which you can then set text, add more paragraphs etc.XWPFHeaderFooterPolicy.createFooter(org.openxmlformats.schemas.wordprocessingml.x2006.main.STHdrFtr.Enum type, XWPFParagraph[] pars) Creates a new footer of the specified type, to which the supplied (and previously unattached!) paragraphs are added to.XWPFHeaderFooterPolicy.getDefaultFooter()XWPFHeaderFooterPolicy.getEvenPageFooter()XWPFHeaderFooterPolicy.getFirstPageFooter()XWPFHeaderFooterPolicy.getFooter(int pageNumber) Get the footer that applies to the given (1 based) page.XWPFHeaderFooterPolicy.getFooter(org.openxmlformats.schemas.wordprocessingml.x2006.main.STHdrFtr.Enum type) Get this section footer for the given typeXWPFHeaderFooterPolicy.getOddPageFooter()Returns the odd page footer. -
Uses of XWPFFooter in org.apache.poi.xwpf.usermodel
Fields in org.apache.poi.xwpf.usermodel with type parameters of type XWPFFooterMethods in org.apache.poi.xwpf.usermodel that return XWPFFooterModifier and TypeMethodDescriptionXWPFDocument.createFooter(HeaderFooterType type) Create a footer of the given typeXWPFDocument.getFooterArray(int pos) Methods in org.apache.poi.xwpf.usermodel that return types with arguments of type XWPFFooter