|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XWPFFooter | |
---|---|
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 | |
---|---|
XWPFFooter |
XWPFHeaderFooterPolicy.createFooter(org.openxmlformats.schemas.wordprocessingml.x2006.main.STHdrFtr.Enum type)
|
XWPFFooter |
XWPFHeaderFooterPolicy.createFooter(org.openxmlformats.schemas.wordprocessingml.x2006.main.STHdrFtr.Enum type,
XWPFParagraph[] pars)
|
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.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 | |
---|---|
protected java.util.List<XWPFFooter> |
XWPFDocument.footers
|
Methods in org.apache.poi.xwpf.usermodel that return XWPFFooter | |
---|---|
XWPFFooter |
XWPFDocument.getFooterArray(int pos)
|
Methods in org.apache.poi.xwpf.usermodel that return types with arguments of type XWPFFooter | |
---|---|
java.util.List<XWPFFooter> |
XWPFDocument.getFooterList()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |