All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.openxmlformats.schemas.spreadsheetml.x2006.main.CTBookView Maven / Gradle / Ivy

Go to download

XmlBeans generated from the Ecma supplied xsds: http://www.ecma-international.org/publications/files/ECMA-ST/Office%20Open%20XML%20Part%204%20(DOCX).zip

There is a newer version: 1.4
Show newest version
/*
 * XML Type:  CT_BookView
 * Namespace: http://schemas.openxmlformats.org/spreadsheetml/2006/main
 * Java type: org.openxmlformats.schemas.spreadsheetml.x2006.main.CTBookView
 *
 * Automatically generated - do not modify.
 */
package org.openxmlformats.schemas.spreadsheetml.x2006.main;


/**
 * An XML CT_BookView(@http://schemas.openxmlformats.org/spreadsheetml/2006/main).
 *
 * This is a complex type.
 */
public interface CTBookView extends org.apache.xmlbeans.XmlObject
{
    public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
        org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(CTBookView.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sE130CAA0A01A7CDE5A2B4FEB8B311707").resolveHandle("ctbookviewf677type");
    
    /**
     * Gets the "extLst" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTExtensionList getExtLst();
    
    /**
     * True if has "extLst" element
     */
    boolean isSetExtLst();
    
    /**
     * Sets the "extLst" element
     */
    void setExtLst(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTExtensionList extLst);
    
    /**
     * Appends and returns a new empty "extLst" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTExtensionList addNewExtLst();
    
    /**
     * Unsets the "extLst" element
     */
    void unsetExtLst();
    
    /**
     * Gets the "visibility" attribute
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.STVisibility.Enum getVisibility();
    
    /**
     * Gets (as xml) the "visibility" attribute
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.STVisibility xgetVisibility();
    
    /**
     * True if has "visibility" attribute
     */
    boolean isSetVisibility();
    
    /**
     * Sets the "visibility" attribute
     */
    void setVisibility(org.openxmlformats.schemas.spreadsheetml.x2006.main.STVisibility.Enum visibility);
    
    /**
     * Sets (as xml) the "visibility" attribute
     */
    void xsetVisibility(org.openxmlformats.schemas.spreadsheetml.x2006.main.STVisibility visibility);
    
    /**
     * Unsets the "visibility" attribute
     */
    void unsetVisibility();
    
    /**
     * Gets the "minimized" attribute
     */
    boolean getMinimized();
    
    /**
     * Gets (as xml) the "minimized" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetMinimized();
    
    /**
     * True if has "minimized" attribute
     */
    boolean isSetMinimized();
    
    /**
     * Sets the "minimized" attribute
     */
    void setMinimized(boolean minimized);
    
    /**
     * Sets (as xml) the "minimized" attribute
     */
    void xsetMinimized(org.apache.xmlbeans.XmlBoolean minimized);
    
    /**
     * Unsets the "minimized" attribute
     */
    void unsetMinimized();
    
    /**
     * Gets the "showHorizontalScroll" attribute
     */
    boolean getShowHorizontalScroll();
    
    /**
     * Gets (as xml) the "showHorizontalScroll" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetShowHorizontalScroll();
    
    /**
     * True if has "showHorizontalScroll" attribute
     */
    boolean isSetShowHorizontalScroll();
    
    /**
     * Sets the "showHorizontalScroll" attribute
     */
    void setShowHorizontalScroll(boolean showHorizontalScroll);
    
    /**
     * Sets (as xml) the "showHorizontalScroll" attribute
     */
    void xsetShowHorizontalScroll(org.apache.xmlbeans.XmlBoolean showHorizontalScroll);
    
    /**
     * Unsets the "showHorizontalScroll" attribute
     */
    void unsetShowHorizontalScroll();
    
    /**
     * Gets the "showVerticalScroll" attribute
     */
    boolean getShowVerticalScroll();
    
    /**
     * Gets (as xml) the "showVerticalScroll" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetShowVerticalScroll();
    
    /**
     * True if has "showVerticalScroll" attribute
     */
    boolean isSetShowVerticalScroll();
    
    /**
     * Sets the "showVerticalScroll" attribute
     */
    void setShowVerticalScroll(boolean showVerticalScroll);
    
    /**
     * Sets (as xml) the "showVerticalScroll" attribute
     */
    void xsetShowVerticalScroll(org.apache.xmlbeans.XmlBoolean showVerticalScroll);
    
    /**
     * Unsets the "showVerticalScroll" attribute
     */
    void unsetShowVerticalScroll();
    
    /**
     * Gets the "showSheetTabs" attribute
     */
    boolean getShowSheetTabs();
    
    /**
     * Gets (as xml) the "showSheetTabs" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetShowSheetTabs();
    
    /**
     * True if has "showSheetTabs" attribute
     */
    boolean isSetShowSheetTabs();
    
    /**
     * Sets the "showSheetTabs" attribute
     */
    void setShowSheetTabs(boolean showSheetTabs);
    
    /**
     * Sets (as xml) the "showSheetTabs" attribute
     */
    void xsetShowSheetTabs(org.apache.xmlbeans.XmlBoolean showSheetTabs);
    
    /**
     * Unsets the "showSheetTabs" attribute
     */
    void unsetShowSheetTabs();
    
    /**
     * Gets the "xWindow" attribute
     */
    int getXWindow();
    
    /**
     * Gets (as xml) the "xWindow" attribute
     */
    org.apache.xmlbeans.XmlInt xgetXWindow();
    
    /**
     * True if has "xWindow" attribute
     */
    boolean isSetXWindow();
    
    /**
     * Sets the "xWindow" attribute
     */
    void setXWindow(int xWindow);
    
    /**
     * Sets (as xml) the "xWindow" attribute
     */
    void xsetXWindow(org.apache.xmlbeans.XmlInt xWindow);
    
    /**
     * Unsets the "xWindow" attribute
     */
    void unsetXWindow();
    
    /**
     * Gets the "yWindow" attribute
     */
    int getYWindow();
    
    /**
     * Gets (as xml) the "yWindow" attribute
     */
    org.apache.xmlbeans.XmlInt xgetYWindow();
    
    /**
     * True if has "yWindow" attribute
     */
    boolean isSetYWindow();
    
    /**
     * Sets the "yWindow" attribute
     */
    void setYWindow(int yWindow);
    
    /**
     * Sets (as xml) the "yWindow" attribute
     */
    void xsetYWindow(org.apache.xmlbeans.XmlInt yWindow);
    
    /**
     * Unsets the "yWindow" attribute
     */
    void unsetYWindow();
    
    /**
     * Gets the "windowWidth" attribute
     */
    long getWindowWidth();
    
    /**
     * Gets (as xml) the "windowWidth" attribute
     */
    org.apache.xmlbeans.XmlUnsignedInt xgetWindowWidth();
    
    /**
     * True if has "windowWidth" attribute
     */
    boolean isSetWindowWidth();
    
    /**
     * Sets the "windowWidth" attribute
     */
    void setWindowWidth(long windowWidth);
    
    /**
     * Sets (as xml) the "windowWidth" attribute
     */
    void xsetWindowWidth(org.apache.xmlbeans.XmlUnsignedInt windowWidth);
    
    /**
     * Unsets the "windowWidth" attribute
     */
    void unsetWindowWidth();
    
    /**
     * Gets the "windowHeight" attribute
     */
    long getWindowHeight();
    
    /**
     * Gets (as xml) the "windowHeight" attribute
     */
    org.apache.xmlbeans.XmlUnsignedInt xgetWindowHeight();
    
    /**
     * True if has "windowHeight" attribute
     */
    boolean isSetWindowHeight();
    
    /**
     * Sets the "windowHeight" attribute
     */
    void setWindowHeight(long windowHeight);
    
    /**
     * Sets (as xml) the "windowHeight" attribute
     */
    void xsetWindowHeight(org.apache.xmlbeans.XmlUnsignedInt windowHeight);
    
    /**
     * Unsets the "windowHeight" attribute
     */
    void unsetWindowHeight();
    
    /**
     * Gets the "tabRatio" attribute
     */
    long getTabRatio();
    
    /**
     * Gets (as xml) the "tabRatio" attribute
     */
    org.apache.xmlbeans.XmlUnsignedInt xgetTabRatio();
    
    /**
     * True if has "tabRatio" attribute
     */
    boolean isSetTabRatio();
    
    /**
     * Sets the "tabRatio" attribute
     */
    void setTabRatio(long tabRatio);
    
    /**
     * Sets (as xml) the "tabRatio" attribute
     */
    void xsetTabRatio(org.apache.xmlbeans.XmlUnsignedInt tabRatio);
    
    /**
     * Unsets the "tabRatio" attribute
     */
    void unsetTabRatio();
    
    /**
     * Gets the "firstSheet" attribute
     */
    long getFirstSheet();
    
    /**
     * Gets (as xml) the "firstSheet" attribute
     */
    org.apache.xmlbeans.XmlUnsignedInt xgetFirstSheet();
    
    /**
     * True if has "firstSheet" attribute
     */
    boolean isSetFirstSheet();
    
    /**
     * Sets the "firstSheet" attribute
     */
    void setFirstSheet(long firstSheet);
    
    /**
     * Sets (as xml) the "firstSheet" attribute
     */
    void xsetFirstSheet(org.apache.xmlbeans.XmlUnsignedInt firstSheet);
    
    /**
     * Unsets the "firstSheet" attribute
     */
    void unsetFirstSheet();
    
    /**
     * Gets the "activeTab" attribute
     */
    long getActiveTab();
    
    /**
     * Gets (as xml) the "activeTab" attribute
     */
    org.apache.xmlbeans.XmlUnsignedInt xgetActiveTab();
    
    /**
     * True if has "activeTab" attribute
     */
    boolean isSetActiveTab();
    
    /**
     * Sets the "activeTab" attribute
     */
    void setActiveTab(long activeTab);
    
    /**
     * Sets (as xml) the "activeTab" attribute
     */
    void xsetActiveTab(org.apache.xmlbeans.XmlUnsignedInt activeTab);
    
    /**
     * Unsets the "activeTab" attribute
     */
    void unsetActiveTab();
    
    /**
     * Gets the "autoFilterDateGrouping" attribute
     */
    boolean getAutoFilterDateGrouping();
    
    /**
     * Gets (as xml) the "autoFilterDateGrouping" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetAutoFilterDateGrouping();
    
    /**
     * True if has "autoFilterDateGrouping" attribute
     */
    boolean isSetAutoFilterDateGrouping();
    
    /**
     * Sets the "autoFilterDateGrouping" attribute
     */
    void setAutoFilterDateGrouping(boolean autoFilterDateGrouping);
    
    /**
     * Sets (as xml) the "autoFilterDateGrouping" attribute
     */
    void xsetAutoFilterDateGrouping(org.apache.xmlbeans.XmlBoolean autoFilterDateGrouping);
    
    /**
     * Unsets the "autoFilterDateGrouping" attribute
     */
    void unsetAutoFilterDateGrouping();
    
    /**
     * A factory class with static methods for creating instances
     * of this type.
     */
    
    public static final class Factory
    {
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTBookView newInstance() {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTBookView) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTBookView newInstance(org.apache.xmlbeans.XmlOptions options) {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTBookView) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
        
        /** @param xmlAsString the string value to parse */
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTBookView parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTBookView) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTBookView parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTBookView) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, options ); }
        
        /** @param file the file from which to load an xml document */
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTBookView parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTBookView) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTBookView parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTBookView) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTBookView parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTBookView) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTBookView parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTBookView) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTBookView parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTBookView) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTBookView parse(java.io.InputStream is, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTBookView) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTBookView parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTBookView) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTBookView parse(java.io.Reader r, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTBookView) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTBookView parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTBookView) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTBookView parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTBookView) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTBookView parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTBookView) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTBookView parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTBookView) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, options ); }
        
        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTBookView parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTBookView) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, null ); }
        
        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTBookView parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTBookView) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xis, type, options ); }
        
        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
        public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
          return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, null ); }
        
        /** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
        public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
          return org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newValidatingXMLInputStream( xis, type, options ); }
        
        private Factory() { } // No instance of this class allowed
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy