| Package | Description |
|---|---|
| org.apache.poi.xwpf.model | |
| org.apache.poi.xwpf.usermodel |
| Modifier and Type | Method | Description |
|---|---|---|
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.
|
| Modifier and Type | Field | Description |
|---|---|---|
protected java.util.List<XWPFFooter> |
XWPFDocument.footers |
| Modifier and Type | Method | Description |
|---|---|---|
XWPFFooter |
XWPFDocument.getFooterArray(int pos) |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<XWPFFooter> |
XWPFDocument.getFooterList() |
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.