Package | Description |
---|---|
org.apache.poi.xwpf.usermodel |
Modifier and Type | Method and Description |
---|---|
XWPFEndnote |
XWPFDocument.addEndnote(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTFtnEdn note)
Add a CTFtnEdn endnote to the document.
|
XWPFEndnote |
XWPFEndnotes.addEndnote(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTFtnEdn note)
Add an endnote to the document
|
XWPFEndnote |
XWPFDocument.createEndnote()
Create a new end note and add it to the document.
|
XWPFEndnote |
XWPFEndnotes.createEndnote()
Create a new end note and add it to the document.
|
XWPFEndnote |
XWPFDocument.getEndnoteByID(int id) |
XWPFEndnote |
XWPFEndnotes.getFootnoteById(int id)
Get the end note with the specified ID, if any.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<XWPFEndnote> |
XWPFDocument.getEndnotes()
Gets the list of end notes for the document.
|
java.util.List<XWPFEndnote> |
XWPFEndnotes.getEndnotesList()
Get the list of
XWPFEndnote in the Endnotes part. |
Modifier and Type | Method and Description |
---|---|
void |
XWPFEndnotes.addEndnote(XWPFEndnote endnote)
add an
XWPFEndnote to the document |
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.