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.
  • Field Details

  • Method Details

    • getOleObjectList

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

      CTOleObject[] getOleObjectArray()
      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