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 XWPFFooter
XWPFHeaderFooterPolicy. 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.XWPFFooter
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.XWPFFooter
XWPFHeaderFooterPolicy. getDefaultFooter()
XWPFFooter
XWPFHeaderFooterPolicy. getEvenPageFooter()
XWPFFooter
XWPFHeaderFooterPolicy. getFirstPageFooter()
XWPFFooter
XWPFHeaderFooterPolicy. getFooter(int pageNumber)
Get the footer that applies to the given (1 based) page.XWPFFooter
XWPFHeaderFooterPolicy. getFooter(org.openxmlformats.schemas.wordprocessingml.x2006.main.STHdrFtr.Enum type)
Get this section footer for the given typeXWPFFooter
XWPFHeaderFooterPolicy. 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 java.util.List<XWPFFooter>
XWPFDocument. footers
Methods in org.apache.poi.xwpf.usermodel that return XWPFFooter Modifier and Type Method Description XWPFFooter
XWPFDocument. createFooter(HeaderFooterType type)
Create a footer of the given typeXWPFFooter
XWPFDocument. getFooterArray(int pos)
Methods in org.apache.poi.xwpf.usermodel that return types with arguments of type XWPFFooter Modifier and Type Method Description java.util.List<XWPFFooter>
XWPFDocument. getFooterList()
-