Interface CTConnections

All Superinterfaces:
XmlObject, XmlTokenSource

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

  • Method Details

    • getConnectionList

      List<CTConnection> getConnectionList()
      Gets a List of "connection" elements
    • getConnectionArray

      CTConnection[] getConnectionArray()
      Gets array of all "connection" elements
    • getConnectionArray

      CTConnection getConnectionArray(int i)
      Gets ith "connection" element
    • sizeOfConnectionArray

      int sizeOfConnectionArray()
      Returns number of "connection" element
    • setConnectionArray

      void setConnectionArray(CTConnection[] connectionArray)
      Sets array of all "connection" element
    • setConnectionArray

      void setConnectionArray(int i, CTConnection connection)
      Sets ith "connection" element
    • insertNewConnection

      CTConnection insertNewConnection(int i)
      Inserts and returns a new empty value (as xml) as the ith "connection" element
    • addNewConnection

      CTConnection addNewConnection()
      Appends and returns a new empty value (as xml) as the last "connection" element
    • removeConnection

      void removeConnection(int i)
      Removes the ith "connection" element