Interface CTScenarios

  • All Superinterfaces:
    XmlObject, XmlTokenSource

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

      • getScenarioList

        java.util.List<CTScenario> getScenarioList()
        Gets a List of "scenario" elements
      • getScenarioArray

        @Deprecated
        CTScenario[] getScenarioArray()
        Deprecated.
        Gets array of all "scenario" elements
      • getScenarioArray

        CTScenario getScenarioArray​(int i)
        Gets ith "scenario" element
      • sizeOfScenarioArray

        int sizeOfScenarioArray()
        Returns number of "scenario" element
      • setScenarioArray

        void setScenarioArray​(CTScenario[] scenarioArray)
        Sets array of all "scenario" element
      • setScenarioArray

        void setScenarioArray​(int i,
                              CTScenario scenario)
        Sets ith "scenario" element
      • insertNewScenario

        CTScenario insertNewScenario​(int i)
        Inserts and returns a new empty value (as xml) as the ith "scenario" element
      • addNewScenario

        CTScenario addNewScenario()
        Appends and returns a new empty value (as xml) as the last "scenario" element
      • removeScenario

        void removeScenario​(int i)
        Removes the ith "scenario" element
      • getCurrent

        long getCurrent()
        Gets the "current" attribute
      • xgetCurrent

        XmlUnsignedInt xgetCurrent()
        Gets (as xml) the "current" attribute
      • isSetCurrent

        boolean isSetCurrent()
        True if has "current" attribute
      • setCurrent

        void setCurrent​(long current)
        Sets the "current" attribute
      • xsetCurrent

        void xsetCurrent​(XmlUnsignedInt current)
        Sets (as xml) the "current" attribute
      • unsetCurrent

        void unsetCurrent()
        Unsets the "current" attribute
      • getShow

        long getShow()
        Gets the "show" attribute
      • xgetShow

        XmlUnsignedInt xgetShow()
        Gets (as xml) the "show" attribute
      • isSetShow

        boolean isSetShow()
        True if has "show" attribute
      • setShow

        void setShow​(long show)
        Sets the "show" attribute
      • xsetShow

        void xsetShow​(XmlUnsignedInt show)
        Sets (as xml) the "show" attribute
      • unsetShow

        void unsetShow()
        Unsets the "show" attribute
      • getSqref

        java.util.List getSqref()
        Gets the "sqref" attribute
      • xgetSqref

        STSqref xgetSqref()
        Gets (as xml) the "sqref" attribute
      • isSetSqref

        boolean isSetSqref()
        True if has "sqref" attribute
      • setSqref

        void setSqref​(java.util.List sqref)
        Sets the "sqref" attribute
      • xsetSqref

        void xsetSqref​(STSqref sqref)
        Sets (as xml) the "sqref" attribute
      • unsetSqref

        void unsetSqref()
        Unsets the "sqref" attribute