Documentation of 'org.apache.poi.xwpf.usermodel.XWPFFootnotes' Java class
XWPFFootnotes
org.apache.poi.xwpf.usermodel

Class XWPFFootnotes



  • public class XWPFFootnotes
    extends POIXMLDocumentPart
    Looks after the collection of Footnotes for a document
    • Constructor Detail

      • XWPFFootnotes

        public XWPFFootnotes(PackagePart part,
                             PackageRelationship rel)
                      throws java.io.IOException,
                             OpenXML4JException
        Construct XWPFFootnotes from a package part
        Parameters:
        part - the package part holding the data of the footnotes,
        rel - the package relationship of type "http://schemas.openxmlformats.org/officeDocument/2006/relationships/footnotes"
        Throws:
        java.io.IOException
        OpenXML4JException
      • XWPFFootnotes

        public XWPFFootnotes()
        Construct XWPFFootnotes from scratch for a new document.
    • Method Detail

      • getFootnotesList

        public java.util.List<XWPFFootnote> getFootnotesList()
      • getFootnoteById

        public XWPFFootnote getFootnoteById(int id)
      • setFootnotes

        public void setFootnotes(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTFootnotes footnotes)
        Sets the ctFootnotes
        Parameters:
        footnotes -
      • addFootnote

        public void addFootnote(XWPFFootnote footnote)
        add an XWPFFootnote to the document
        Parameters:
        footnote -
        Throws:
        java.io.IOException
      • addFootnote

        public XWPFFootnote addFootnote(org.openxmlformats.schemas.wordprocessingml.x2006.main.CTFtnEdn note)
        add a footnote to the document
        Parameters:
        note -
        Throws:
        java.io.IOException
      • setXWPFDocument

        public void setXWPFDocument(XWPFDocument doc)

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.