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

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

/*
 * 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;

import org.apache.xmlbeans.impl.schema.ElementFactory;
import org.apache.xmlbeans.impl.schema.AbstractDocumentFactory;
import org.apache.xmlbeans.impl.schema.DocumentFactory;
import org.apache.xmlbeans.impl.schema.SimpleTypeFactory;


/**
 * An XML CT_BookView(@http://schemas.openxmlformats.org/spreadsheetml/2006/main).
 *
 * This is a complex type.
 */
public interface CTBookView extends org.apache.xmlbeans.XmlObject {
    DocumentFactory Factory = new DocumentFactory<>(org.apache.poi.schemas.ooxml.system.ooxml.TypeSystemHolder.typeSystem, "ctbookviewf677type");
    org.apache.xmlbeans.SchemaType type = Factory.getType();


    /**
     * 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();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy