Uses of Class
org.apache.poi.xwpf.usermodel.XWPFFooter
-
Packages that use XWPFFooter Package Description org.apache.poi.xwpf.model org.apache.poi.xwpf.usermodel -
-
Uses of XWPFFooter in org.apache.poi.xwpf.model
Methods in org.apache.poi.xwpf.model that return XWPFFooter Modifier and Type Method Description XWPFFooterXWPFHeaderFooterPolicy. 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.XWPFFooterXWPFHeaderFooterPolicy. 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.XWPFFooterXWPFHeaderFooterPolicy. getDefaultFooter()XWPFFooterXWPFHeaderFooterPolicy. getEvenPageFooter()XWPFFooterXWPFHeaderFooterPolicy. getFirstPageFooter()XWPFFooterXWPFHeaderFooterPolicy. getFooter(int pageNumber)Get the footer that applies to the given (1 based) page.XWPFFooterXWPFHeaderFooterPolicy. getFooter(org.openxmlformats.schemas.wordprocessingml.x2006.main.STHdrFtr.Enum type)Get this section footer for the given typeXWPFFooterXWPFHeaderFooterPolicy. 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 XWPFFooter Modifier and Type Field Description protected List<XWPFFooter>XWPFDocument. footersMethods in org.apache.poi.xwpf.usermodel that return XWPFFooter Modifier and Type Method Description XWPFFooterXWPFDocument. createFooter(HeaderFooterType type)Create a footer of the given typeXWPFFooterXWPFDocument. getFooterArray(int pos)Methods in org.apache.poi.xwpf.usermodel that return types with arguments of type XWPFFooter Modifier and Type Method Description List<XWPFFooter>XWPFDocument. getFooterList()
-