Interface CTEdnDocProps

  • All Superinterfaces:
    CTEdnProps, XmlObject, XmlTokenSource

    public interface CTEdnDocProps
    extends CTEdnProps
    An XML CT_EdnDocProps(@http://schemas.openxmlformats.org/wordprocessingml/2006/main). This is a complex type.
    • Method Detail

      • getEndnoteList

        java.util.List<CTFtnEdnSepRef> getEndnoteList()
        Gets a List of "endnote" elements
      • getEndnoteArray

        @Deprecated
        CTFtnEdnSepRef[] getEndnoteArray()
        Deprecated.
        Gets array of all "endnote" elements
      • getEndnoteArray

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

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

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

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

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

        CTFtnEdnSepRef 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