Interface CTControlList

  • All Superinterfaces:
    XmlObject, XmlTokenSource

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

      • getControlList

        java.util.List<CTControl> getControlList()
        Gets a List of "control" elements
      • getControlArray

        @Deprecated
        CTControl[] getControlArray()
        Deprecated.
        Gets array of all "control" elements
      • getControlArray

        CTControl getControlArray​(int i)
        Gets ith "control" element
      • sizeOfControlArray

        int sizeOfControlArray()
        Returns number of "control" element
      • setControlArray

        void setControlArray​(CTControl[] controlArray)
        Sets array of all "control" element
      • setControlArray

        void setControlArray​(int i,
                             CTControl control)
        Sets ith "control" element
      • insertNewControl

        CTControl insertNewControl​(int i)
        Inserts and returns a new empty value (as xml) as the ith "control" element
      • addNewControl

        CTControl addNewControl()
        Appends and returns a new empty value (as xml) as the last "control" element
      • removeControl

        void removeControl​(int i)
        Removes the ith "control" element