Interface CTCustomWorkbookViews

  • All Superinterfaces:
    XmlObject, XmlTokenSource

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

      • getCustomWorkbookViewList

        java.util.List<CTCustomWorkbookView> getCustomWorkbookViewList()
        Gets a List of "customWorkbookView" elements
      • getCustomWorkbookViewArray

        @Deprecated
        CTCustomWorkbookView[] getCustomWorkbookViewArray()
        Deprecated.
        Gets array of all "customWorkbookView" elements
      • getCustomWorkbookViewArray

        CTCustomWorkbookView getCustomWorkbookViewArray​(int i)
        Gets ith "customWorkbookView" element
      • sizeOfCustomWorkbookViewArray

        int sizeOfCustomWorkbookViewArray()
        Returns number of "customWorkbookView" element
      • setCustomWorkbookViewArray

        void setCustomWorkbookViewArray​(CTCustomWorkbookView[] customWorkbookViewArray)
        Sets array of all "customWorkbookView" element
      • setCustomWorkbookViewArray

        void setCustomWorkbookViewArray​(int i,
                                        CTCustomWorkbookView customWorkbookView)
        Sets ith "customWorkbookView" element
      • insertNewCustomWorkbookView

        CTCustomWorkbookView insertNewCustomWorkbookView​(int i)
        Inserts and returns a new empty value (as xml) as the ith "customWorkbookView" element
      • addNewCustomWorkbookView

        CTCustomWorkbookView addNewCustomWorkbookView()
        Appends and returns a new empty value (as xml) as the last "customWorkbookView" element
      • removeCustomWorkbookView

        void removeCustomWorkbookView​(int i)
        Removes the ith "customWorkbookView" element