Interface CTDefinedNames

  • All Superinterfaces:
    XmlObject, XmlTokenSource

    public interface CTDefinedNames
    extends XmlObject
    An XML CT_DefinedNames(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is a complex type.
    • Method Detail

      • getDefinedNameList

        java.util.List<CTDefinedName> getDefinedNameList()
        Gets a List of "definedName" elements
      • getDefinedNameArray

        @Deprecated
        CTDefinedName[] getDefinedNameArray()
        Deprecated.
        Gets array of all "definedName" elements
      • getDefinedNameArray

        CTDefinedName getDefinedNameArray​(int i)
        Gets ith "definedName" element
      • sizeOfDefinedNameArray

        int sizeOfDefinedNameArray()
        Returns number of "definedName" element
      • setDefinedNameArray

        void setDefinedNameArray​(CTDefinedName[] definedNameArray)
        Sets array of all "definedName" element
      • setDefinedNameArray

        void setDefinedNameArray​(int i,
                                 CTDefinedName definedName)
        Sets ith "definedName" element
      • insertNewDefinedName

        CTDefinedName insertNewDefinedName​(int i)
        Inserts and returns a new empty value (as xml) as the ith "definedName" element
      • addNewDefinedName

        CTDefinedName addNewDefinedName()
        Appends and returns a new empty value (as xml) as the last "definedName" element
      • removeDefinedName

        void removeDefinedName​(int i)
        Removes the ith "definedName" element