Package | Description |
---|---|
org.apache.poi.xwpf.usermodel |
Modifier and Type | Method and Description |
---|---|
XWPFFootnote |
XWPFDocument.addFootnote(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTFtnEdn note)
Add a CTFtnEdn footnote to the document.
|
XWPFFootnote |
XWPFFootnotes.addFootnote(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTFtnEdn note)
Add a CT footnote to the document
|
XWPFFootnote |
XWPFDocument.createFootnote()
Create a new footnote and add it to the document.
|
XWPFFootnote |
XWPFFootnotes.createFootnote()
Create a new footnote and add it to the document.
|
XWPFFootnote |
XWPFDocument.getFootnoteByID(int id) |
Modifier and Type | Method and Description |
---|---|
java.util.List<XWPFFootnote> |
XWPFDocument.getFootnotes() |
java.util.List<XWPFFootnote> |
XWPFFootnotes.getFootnotesList()
Get the list of
XWPFFootnote in the Footnotes part. |
Modifier and Type | Method and Description |
---|---|
void |
XWPFFootnotes.addFootnote(XWPFFootnote footnote)
Add an
XWPFFootnote to the document |
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.