Interface CTBookViews

  • All Superinterfaces:
    XmlObject, XmlTokenSource

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

      • getWorkbookViewList

        java.util.List<CTBookView> getWorkbookViewList()
        Gets a List of "workbookView" elements
      • getWorkbookViewArray

        @Deprecated
        CTBookView[] getWorkbookViewArray()
        Deprecated.
        Gets array of all "workbookView" elements
      • getWorkbookViewArray

        CTBookView getWorkbookViewArray​(int i)
        Gets ith "workbookView" element
      • sizeOfWorkbookViewArray

        int sizeOfWorkbookViewArray()
        Returns number of "workbookView" element
      • setWorkbookViewArray

        void setWorkbookViewArray​(CTBookView[] workbookViewArray)
        Sets array of all "workbookView" element
      • setWorkbookViewArray

        void setWorkbookViewArray​(int i,
                                  CTBookView workbookView)
        Sets ith "workbookView" element
      • insertNewWorkbookView

        CTBookView insertNewWorkbookView​(int i)
        Inserts and returns a new empty value (as xml) as the ith "workbookView" element
      • addNewWorkbookView

        CTBookView addNewWorkbookView()
        Appends and returns a new empty value (as xml) as the last "workbookView" element
      • removeWorkbookView

        void removeWorkbookView​(int i)
        Removes the ith "workbookView" element