All Superinterfaces:
XmlObject, XmlTokenSource

public interface CTEndnotes extends XmlObject
An XML CT_Endnotes(@http://schemas.openxmlformats.org/wordprocessingml/2006/main). This is a complex type.
  • Field Details

  • Method Details

    • getEndnoteList

      List<CTFtnEdn> getEndnoteList()
      Gets a List of "endnote" elements
    • getEndnoteArray

      CTFtnEdn[] getEndnoteArray()
      Gets array of all "endnote" elements
    • getEndnoteArray

      CTFtnEdn getEndnoteArray(int i)
      Gets ith "endnote" element
    • sizeOfEndnoteArray

      int sizeOfEndnoteArray()
      Returns number of "endnote" element
    • setEndnoteArray

      void setEndnoteArray(CTFtnEdn[] endnoteArray)
      Sets array of all "endnote" element
    • setEndnoteArray

      void setEndnoteArray(int i, CTFtnEdn endnote)
      Sets ith "endnote" element
    • insertNewEndnote

      CTFtnEdn insertNewEndnote(int i)
      Inserts and returns a new empty value (as xml) as the ith "endnote" element
    • addNewEndnote

      CTFtnEdn addNewEndnote()
      Appends and returns a new empty value (as xml) as the last "endnote" element
    • removeEndnote

      void removeEndnote(int i)
      Removes the ith "endnote" element