Package | Description |
---|---|
org.apache.poi.xwpf.model |
Modifier and Type | Method and Description |
---|---|
XWPFFooter |
XWPFHeaderFooterPolicy.createFooter(java.lang.Enum type) |
XWPFFooter |
XWPFHeaderFooterPolicy.createFooter(java.lang.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.
|
Copyright 2016 The Apache Software Foundation or its licensors, as applicable.