Interface CTOleObjects

  • All Superinterfaces:
    XmlObject, XmlTokenSource

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

      • getOleObjectList

        java.util.List<CTOleObject> getOleObjectList()
        Gets a List of "oleObject" elements
      • getOleObjectArray

        @Deprecated
        CTOleObject[] getOleObjectArray()
        Deprecated.
        Gets array of all "oleObject" elements
      • getOleObjectArray

        CTOleObject getOleObjectArray​(int i)
        Gets ith "oleObject" element
      • sizeOfOleObjectArray

        int sizeOfOleObjectArray()
        Returns number of "oleObject" element
      • setOleObjectArray

        void setOleObjectArray​(CTOleObject[] oleObjectArray)
        Sets array of all "oleObject" element
      • setOleObjectArray

        void setOleObjectArray​(int i,
                               CTOleObject oleObject)
        Sets ith "oleObject" element
      • insertNewOleObject

        CTOleObject insertNewOleObject​(int i)
        Inserts and returns a new empty value (as xml) as the ith "oleObject" element
      • addNewOleObject

        CTOleObject addNewOleObject()
        Appends and returns a new empty value (as xml) as the last "oleObject" element
      • removeOleObject

        void removeOleObject​(int i)
        Removes the ith "oleObject" element