Interface CTExternalDefinedNames

All Superinterfaces:
XmlObject, XmlTokenSource

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

  • Method Details

    • getDefinedNameList

      List<CTExternalDefinedName> getDefinedNameList()
      Gets a List of "definedName" elements
    • getDefinedNameArray

      CTExternalDefinedName[] getDefinedNameArray()
      Gets array of all "definedName" elements
    • getDefinedNameArray

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

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

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

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

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

      CTExternalDefinedName 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