Interface CTGroupShape

  • All Superinterfaces:
    XmlObject, XmlTokenSource

    public interface CTGroupShape
    extends XmlObject
    An XML CT_GroupShape(@http://schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing). This is a complex type.
    • Method Detail

      • addNewNvGrpSpPr

        CTGroupShapeNonVisual addNewNvGrpSpPr()
        Appends and returns a new empty "nvGrpSpPr" element
      • getSpList

        java.util.List<CTShape> getSpList()
        Gets a List of "sp" elements
      • getSpArray

        @Deprecated
        CTShape[] getSpArray()
        Deprecated.
        Gets array of all "sp" elements
      • getSpArray

        CTShape getSpArray​(int i)
        Gets ith "sp" element
      • sizeOfSpArray

        int sizeOfSpArray()
        Returns number of "sp" element
      • setSpArray

        void setSpArray​(CTShape[] spArray)
        Sets array of all "sp" element
      • setSpArray

        void setSpArray​(int i,
                        CTShape sp)
        Sets ith "sp" element
      • insertNewSp

        CTShape insertNewSp​(int i)
        Inserts and returns a new empty value (as xml) as the ith "sp" element
      • addNewSp

        CTShape addNewSp()
        Appends and returns a new empty value (as xml) as the last "sp" element
      • removeSp

        void removeSp​(int i)
        Removes the ith "sp" element
      • getGrpSpList

        java.util.List<CTGroupShape> getGrpSpList()
        Gets a List of "grpSp" elements
      • getGrpSpArray

        @Deprecated
        CTGroupShape[] getGrpSpArray()
        Deprecated.
        Gets array of all "grpSp" elements
      • getGrpSpArray

        CTGroupShape getGrpSpArray​(int i)
        Gets ith "grpSp" element
      • sizeOfGrpSpArray

        int sizeOfGrpSpArray()
        Returns number of "grpSp" element
      • setGrpSpArray

        void setGrpSpArray​(CTGroupShape[] grpSpArray)
        Sets array of all "grpSp" element
      • setGrpSpArray

        void setGrpSpArray​(int i,
                           CTGroupShape grpSp)
        Sets ith "grpSp" element
      • insertNewGrpSp

        CTGroupShape insertNewGrpSp​(int i)
        Inserts and returns a new empty value (as xml) as the ith "grpSp" element
      • addNewGrpSp

        CTGroupShape addNewGrpSp()
        Appends and returns a new empty value (as xml) as the last "grpSp" element
      • removeGrpSp

        void removeGrpSp​(int i)
        Removes the ith "grpSp" element
      • getGraphicFrameList

        java.util.List<CTGraphicalObjectFrame> getGraphicFrameList()
        Gets a List of "graphicFrame" elements
      • getGraphicFrameArray

        @Deprecated
        CTGraphicalObjectFrame[] getGraphicFrameArray()
        Deprecated.
        Gets array of all "graphicFrame" elements
      • getGraphicFrameArray

        CTGraphicalObjectFrame getGraphicFrameArray​(int i)
        Gets ith "graphicFrame" element
      • sizeOfGraphicFrameArray

        int sizeOfGraphicFrameArray()
        Returns number of "graphicFrame" element
      • setGraphicFrameArray

        void setGraphicFrameArray​(CTGraphicalObjectFrame[] graphicFrameArray)
        Sets array of all "graphicFrame" element
      • setGraphicFrameArray

        void setGraphicFrameArray​(int i,
                                  CTGraphicalObjectFrame graphicFrame)
        Sets ith "graphicFrame" element
      • insertNewGraphicFrame

        CTGraphicalObjectFrame insertNewGraphicFrame​(int i)
        Inserts and returns a new empty value (as xml) as the ith "graphicFrame" element
      • addNewGraphicFrame

        CTGraphicalObjectFrame addNewGraphicFrame()
        Appends and returns a new empty value (as xml) as the last "graphicFrame" element
      • removeGraphicFrame

        void removeGraphicFrame​(int i)
        Removes the ith "graphicFrame" element
      • getCxnSpList

        java.util.List<CTConnector> getCxnSpList()
        Gets a List of "cxnSp" elements
      • getCxnSpArray

        @Deprecated
        CTConnector[] getCxnSpArray()
        Deprecated.
        Gets array of all "cxnSp" elements
      • getCxnSpArray

        CTConnector getCxnSpArray​(int i)
        Gets ith "cxnSp" element
      • sizeOfCxnSpArray

        int sizeOfCxnSpArray()
        Returns number of "cxnSp" element
      • setCxnSpArray

        void setCxnSpArray​(CTConnector[] cxnSpArray)
        Sets array of all "cxnSp" element
      • setCxnSpArray

        void setCxnSpArray​(int i,
                           CTConnector cxnSp)
        Sets ith "cxnSp" element
      • insertNewCxnSp

        CTConnector insertNewCxnSp​(int i)
        Inserts and returns a new empty value (as xml) as the ith "cxnSp" element
      • addNewCxnSp

        CTConnector addNewCxnSp()
        Appends and returns a new empty value (as xml) as the last "cxnSp" element
      • removeCxnSp

        void removeCxnSp​(int i)
        Removes the ith "cxnSp" element
      • getPicList

        java.util.List<CTPicture> getPicList()
        Gets a List of "pic" elements
      • getPicArray

        @Deprecated
        CTPicture[] getPicArray()
        Deprecated.
        Gets array of all "pic" elements
      • getPicArray

        CTPicture getPicArray​(int i)
        Gets ith "pic" element
      • sizeOfPicArray

        int sizeOfPicArray()
        Returns number of "pic" element
      • setPicArray

        void setPicArray​(CTPicture[] picArray)
        Sets array of all "pic" element
      • setPicArray

        void setPicArray​(int i,
                         CTPicture pic)
        Sets ith "pic" element
      • insertNewPic

        CTPicture insertNewPic​(int i)
        Inserts and returns a new empty value (as xml) as the ith "pic" element
      • addNewPic

        CTPicture addNewPic()
        Appends and returns a new empty value (as xml) as the last "pic" element
      • removePic

        void removePic​(int i)
        Removes the ith "pic" element