Interface CTChartsheetViews

  • All Superinterfaces:
    XmlObject, XmlTokenSource

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

      • getSheetViewList

        java.util.List<CTChartsheetView> getSheetViewList()
        Gets a List of "sheetView" elements
      • getSheetViewArray

        @Deprecated
        CTChartsheetView[] getSheetViewArray()
        Deprecated.
        Gets array of all "sheetView" elements
      • getSheetViewArray

        CTChartsheetView getSheetViewArray​(int i)
        Gets ith "sheetView" element
      • sizeOfSheetViewArray

        int sizeOfSheetViewArray()
        Returns number of "sheetView" element
      • setSheetViewArray

        void setSheetViewArray​(CTChartsheetView[] sheetViewArray)
        Sets array of all "sheetView" element
      • setSheetViewArray

        void setSheetViewArray​(int i,
                               CTChartsheetView sheetView)
        Sets ith "sheetView" element
      • insertNewSheetView

        CTChartsheetView insertNewSheetView​(int i)
        Inserts and returns a new empty value (as xml) as the ith "sheetView" element
      • addNewSheetView

        CTChartsheetView addNewSheetView()
        Appends and returns a new empty value (as xml) as the last "sheetView" element
      • removeSheetView

        void removeSheetView​(int i)
        Removes the ith "sheetView" element
      • isSetExtLst

        boolean isSetExtLst()
        True if has "extLst" element
      • setExtLst

        void setExtLst​(CTExtensionList extLst)
        Sets the "extLst" element
      • addNewExtLst

        CTExtensionList addNewExtLst()
        Appends and returns a new empty "extLst" element
      • unsetExtLst

        void unsetExtLst()
        Unsets the "extLst" element