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

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

/*
 * XML Type:  CT_CustomSheetView
 * Namespace: http://schemas.openxmlformats.org/spreadsheetml/2006/main
 * Java type: org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCustomSheetView
 *
 * 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_CustomSheetView(@http://schemas.openxmlformats.org/spreadsheetml/2006/main).
 *
 * This is a complex type.
 */
public interface CTCustomSheetView extends org.apache.xmlbeans.XmlObject {
    DocumentFactory Factory = new DocumentFactory<>(org.apache.poi.schemas.ooxml.system.ooxml.TypeSystemHolder.typeSystem, "ctcustomsheetview59d2type");
    org.apache.xmlbeans.SchemaType type = Factory.getType();


    /**
     * Gets the "pane" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPane getPane();

    /**
     * True if has "pane" element
     */
    boolean isSetPane();

    /**
     * Sets the "pane" element
     */
    void setPane(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPane pane);

    /**
     * Appends and returns a new empty "pane" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPane addNewPane();

    /**
     * Unsets the "pane" element
     */
    void unsetPane();

    /**
     * Gets the "selection" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSelection getSelection();

    /**
     * True if has "selection" element
     */
    boolean isSetSelection();

    /**
     * Sets the "selection" element
     */
    void setSelection(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSelection selection);

    /**
     * Appends and returns a new empty "selection" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSelection addNewSelection();

    /**
     * Unsets the "selection" element
     */
    void unsetSelection();

    /**
     * Gets the "rowBreaks" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPageBreak getRowBreaks();

    /**
     * True if has "rowBreaks" element
     */
    boolean isSetRowBreaks();

    /**
     * Sets the "rowBreaks" element
     */
    void setRowBreaks(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPageBreak rowBreaks);

    /**
     * Appends and returns a new empty "rowBreaks" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPageBreak addNewRowBreaks();

    /**
     * Unsets the "rowBreaks" element
     */
    void unsetRowBreaks();

    /**
     * Gets the "colBreaks" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPageBreak getColBreaks();

    /**
     * True if has "colBreaks" element
     */
    boolean isSetColBreaks();

    /**
     * Sets the "colBreaks" element
     */
    void setColBreaks(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPageBreak colBreaks);

    /**
     * Appends and returns a new empty "colBreaks" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPageBreak addNewColBreaks();

    /**
     * Unsets the "colBreaks" element
     */
    void unsetColBreaks();

    /**
     * Gets the "pageMargins" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPageMargins getPageMargins();

    /**
     * True if has "pageMargins" element
     */
    boolean isSetPageMargins();

    /**
     * Sets the "pageMargins" element
     */
    void setPageMargins(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPageMargins pageMargins);

    /**
     * Appends and returns a new empty "pageMargins" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPageMargins addNewPageMargins();

    /**
     * Unsets the "pageMargins" element
     */
    void unsetPageMargins();

    /**
     * Gets the "printOptions" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPrintOptions getPrintOptions();

    /**
     * True if has "printOptions" element
     */
    boolean isSetPrintOptions();

    /**
     * Sets the "printOptions" element
     */
    void setPrintOptions(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPrintOptions printOptions);

    /**
     * Appends and returns a new empty "printOptions" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPrintOptions addNewPrintOptions();

    /**
     * Unsets the "printOptions" element
     */
    void unsetPrintOptions();

    /**
     * Gets the "pageSetup" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPageSetup getPageSetup();

    /**
     * True if has "pageSetup" element
     */
    boolean isSetPageSetup();

    /**
     * Sets the "pageSetup" element
     */
    void setPageSetup(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPageSetup pageSetup);

    /**
     * Appends and returns a new empty "pageSetup" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPageSetup addNewPageSetup();

    /**
     * Unsets the "pageSetup" element
     */
    void unsetPageSetup();

    /**
     * Gets the "headerFooter" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTHeaderFooter getHeaderFooter();

    /**
     * True if has "headerFooter" element
     */
    boolean isSetHeaderFooter();

    /**
     * Sets the "headerFooter" element
     */
    void setHeaderFooter(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTHeaderFooter headerFooter);

    /**
     * Appends and returns a new empty "headerFooter" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTHeaderFooter addNewHeaderFooter();

    /**
     * Unsets the "headerFooter" element
     */
    void unsetHeaderFooter();

    /**
     * Gets the "autoFilter" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTAutoFilter getAutoFilter();

    /**
     * True if has "autoFilter" element
     */
    boolean isSetAutoFilter();

    /**
     * Sets the "autoFilter" element
     */
    void setAutoFilter(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTAutoFilter autoFilter);

    /**
     * Appends and returns a new empty "autoFilter" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTAutoFilter addNewAutoFilter();

    /**
     * Unsets the "autoFilter" element
     */
    void unsetAutoFilter();

    /**
     * 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 "guid" attribute
     */
    java.lang.String getGuid();

    /**
     * Gets (as xml) the "guid" attribute
     */
    org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STGuid xgetGuid();

    /**
     * Sets the "guid" attribute
     */
    void setGuid(java.lang.String guid);

    /**
     * Sets (as xml) the "guid" attribute
     */
    void xsetGuid(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STGuid guid);

    /**
     * Gets the "scale" attribute
     */
    long getScale();

    /**
     * Gets (as xml) the "scale" attribute
     */
    org.apache.xmlbeans.XmlUnsignedInt xgetScale();

    /**
     * True if has "scale" attribute
     */
    boolean isSetScale();

    /**
     * Sets the "scale" attribute
     */
    void setScale(long scale);

    /**
     * Sets (as xml) the "scale" attribute
     */
    void xsetScale(org.apache.xmlbeans.XmlUnsignedInt scale);

    /**
     * Unsets the "scale" attribute
     */
    void unsetScale();

    /**
     * Gets the "colorId" attribute
     */
    long getColorId();

    /**
     * Gets (as xml) the "colorId" attribute
     */
    org.apache.xmlbeans.XmlUnsignedInt xgetColorId();

    /**
     * True if has "colorId" attribute
     */
    boolean isSetColorId();

    /**
     * Sets the "colorId" attribute
     */
    void setColorId(long colorId);

    /**
     * Sets (as xml) the "colorId" attribute
     */
    void xsetColorId(org.apache.xmlbeans.XmlUnsignedInt colorId);

    /**
     * Unsets the "colorId" attribute
     */
    void unsetColorId();

    /**
     * Gets the "showPageBreaks" attribute
     */
    boolean getShowPageBreaks();

    /**
     * Gets (as xml) the "showPageBreaks" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetShowPageBreaks();

    /**
     * True if has "showPageBreaks" attribute
     */
    boolean isSetShowPageBreaks();

    /**
     * Sets the "showPageBreaks" attribute
     */
    void setShowPageBreaks(boolean showPageBreaks);

    /**
     * Sets (as xml) the "showPageBreaks" attribute
     */
    void xsetShowPageBreaks(org.apache.xmlbeans.XmlBoolean showPageBreaks);

    /**
     * Unsets the "showPageBreaks" attribute
     */
    void unsetShowPageBreaks();

    /**
     * Gets the "showFormulas" attribute
     */
    boolean getShowFormulas();

    /**
     * Gets (as xml) the "showFormulas" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetShowFormulas();

    /**
     * True if has "showFormulas" attribute
     */
    boolean isSetShowFormulas();

    /**
     * Sets the "showFormulas" attribute
     */
    void setShowFormulas(boolean showFormulas);

    /**
     * Sets (as xml) the "showFormulas" attribute
     */
    void xsetShowFormulas(org.apache.xmlbeans.XmlBoolean showFormulas);

    /**
     * Unsets the "showFormulas" attribute
     */
    void unsetShowFormulas();

    /**
     * Gets the "showGridLines" attribute
     */
    boolean getShowGridLines();

    /**
     * Gets (as xml) the "showGridLines" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetShowGridLines();

    /**
     * True if has "showGridLines" attribute
     */
    boolean isSetShowGridLines();

    /**
     * Sets the "showGridLines" attribute
     */
    void setShowGridLines(boolean showGridLines);

    /**
     * Sets (as xml) the "showGridLines" attribute
     */
    void xsetShowGridLines(org.apache.xmlbeans.XmlBoolean showGridLines);

    /**
     * Unsets the "showGridLines" attribute
     */
    void unsetShowGridLines();

    /**
     * Gets the "showRowCol" attribute
     */
    boolean getShowRowCol();

    /**
     * Gets (as xml) the "showRowCol" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetShowRowCol();

    /**
     * True if has "showRowCol" attribute
     */
    boolean isSetShowRowCol();

    /**
     * Sets the "showRowCol" attribute
     */
    void setShowRowCol(boolean showRowCol);

    /**
     * Sets (as xml) the "showRowCol" attribute
     */
    void xsetShowRowCol(org.apache.xmlbeans.XmlBoolean showRowCol);

    /**
     * Unsets the "showRowCol" attribute
     */
    void unsetShowRowCol();

    /**
     * Gets the "outlineSymbols" attribute
     */
    boolean getOutlineSymbols();

    /**
     * Gets (as xml) the "outlineSymbols" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetOutlineSymbols();

    /**
     * True if has "outlineSymbols" attribute
     */
    boolean isSetOutlineSymbols();

    /**
     * Sets the "outlineSymbols" attribute
     */
    void setOutlineSymbols(boolean outlineSymbols);

    /**
     * Sets (as xml) the "outlineSymbols" attribute
     */
    void xsetOutlineSymbols(org.apache.xmlbeans.XmlBoolean outlineSymbols);

    /**
     * Unsets the "outlineSymbols" attribute
     */
    void unsetOutlineSymbols();

    /**
     * Gets the "zeroValues" attribute
     */
    boolean getZeroValues();

    /**
     * Gets (as xml) the "zeroValues" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetZeroValues();

    /**
     * True if has "zeroValues" attribute
     */
    boolean isSetZeroValues();

    /**
     * Sets the "zeroValues" attribute
     */
    void setZeroValues(boolean zeroValues);

    /**
     * Sets (as xml) the "zeroValues" attribute
     */
    void xsetZeroValues(org.apache.xmlbeans.XmlBoolean zeroValues);

    /**
     * Unsets the "zeroValues" attribute
     */
    void unsetZeroValues();

    /**
     * Gets the "fitToPage" attribute
     */
    boolean getFitToPage();

    /**
     * Gets (as xml) the "fitToPage" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetFitToPage();

    /**
     * True if has "fitToPage" attribute
     */
    boolean isSetFitToPage();

    /**
     * Sets the "fitToPage" attribute
     */
    void setFitToPage(boolean fitToPage);

    /**
     * Sets (as xml) the "fitToPage" attribute
     */
    void xsetFitToPage(org.apache.xmlbeans.XmlBoolean fitToPage);

    /**
     * Unsets the "fitToPage" attribute
     */
    void unsetFitToPage();

    /**
     * Gets the "printArea" attribute
     */
    boolean getPrintArea();

    /**
     * Gets (as xml) the "printArea" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetPrintArea();

    /**
     * True if has "printArea" attribute
     */
    boolean isSetPrintArea();

    /**
     * Sets the "printArea" attribute
     */
    void setPrintArea(boolean printArea);

    /**
     * Sets (as xml) the "printArea" attribute
     */
    void xsetPrintArea(org.apache.xmlbeans.XmlBoolean printArea);

    /**
     * Unsets the "printArea" attribute
     */
    void unsetPrintArea();

    /**
     * Gets the "filter" attribute
     */
    boolean getFilter();

    /**
     * Gets (as xml) the "filter" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetFilter();

    /**
     * True if has "filter" attribute
     */
    boolean isSetFilter();

    /**
     * Sets the "filter" attribute
     */
    void setFilter(boolean filter);

    /**
     * Sets (as xml) the "filter" attribute
     */
    void xsetFilter(org.apache.xmlbeans.XmlBoolean filter);

    /**
     * Unsets the "filter" attribute
     */
    void unsetFilter();

    /**
     * Gets the "showAutoFilter" attribute
     */
    boolean getShowAutoFilter();

    /**
     * Gets (as xml) the "showAutoFilter" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetShowAutoFilter();

    /**
     * True if has "showAutoFilter" attribute
     */
    boolean isSetShowAutoFilter();

    /**
     * Sets the "showAutoFilter" attribute
     */
    void setShowAutoFilter(boolean showAutoFilter);

    /**
     * Sets (as xml) the "showAutoFilter" attribute
     */
    void xsetShowAutoFilter(org.apache.xmlbeans.XmlBoolean showAutoFilter);

    /**
     * Unsets the "showAutoFilter" attribute
     */
    void unsetShowAutoFilter();

    /**
     * Gets the "hiddenRows" attribute
     */
    boolean getHiddenRows();

    /**
     * Gets (as xml) the "hiddenRows" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetHiddenRows();

    /**
     * True if has "hiddenRows" attribute
     */
    boolean isSetHiddenRows();

    /**
     * Sets the "hiddenRows" attribute
     */
    void setHiddenRows(boolean hiddenRows);

    /**
     * Sets (as xml) the "hiddenRows" attribute
     */
    void xsetHiddenRows(org.apache.xmlbeans.XmlBoolean hiddenRows);

    /**
     * Unsets the "hiddenRows" attribute
     */
    void unsetHiddenRows();

    /**
     * Gets the "hiddenColumns" attribute
     */
    boolean getHiddenColumns();

    /**
     * Gets (as xml) the "hiddenColumns" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetHiddenColumns();

    /**
     * True if has "hiddenColumns" attribute
     */
    boolean isSetHiddenColumns();

    /**
     * Sets the "hiddenColumns" attribute
     */
    void setHiddenColumns(boolean hiddenColumns);

    /**
     * Sets (as xml) the "hiddenColumns" attribute
     */
    void xsetHiddenColumns(org.apache.xmlbeans.XmlBoolean hiddenColumns);

    /**
     * Unsets the "hiddenColumns" attribute
     */
    void unsetHiddenColumns();

    /**
     * Gets the "state" attribute
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.STSheetState.Enum getState();

    /**
     * Gets (as xml) the "state" attribute
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.STSheetState xgetState();

    /**
     * True if has "state" attribute
     */
    boolean isSetState();

    /**
     * Sets the "state" attribute
     */
    void setState(org.openxmlformats.schemas.spreadsheetml.x2006.main.STSheetState.Enum state);

    /**
     * Sets (as xml) the "state" attribute
     */
    void xsetState(org.openxmlformats.schemas.spreadsheetml.x2006.main.STSheetState state);

    /**
     * Unsets the "state" attribute
     */
    void unsetState();

    /**
     * Gets the "filterUnique" attribute
     */
    boolean getFilterUnique();

    /**
     * Gets (as xml) the "filterUnique" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetFilterUnique();

    /**
     * True if has "filterUnique" attribute
     */
    boolean isSetFilterUnique();

    /**
     * Sets the "filterUnique" attribute
     */
    void setFilterUnique(boolean filterUnique);

    /**
     * Sets (as xml) the "filterUnique" attribute
     */
    void xsetFilterUnique(org.apache.xmlbeans.XmlBoolean filterUnique);

    /**
     * Unsets the "filterUnique" attribute
     */
    void unsetFilterUnique();

    /**
     * Gets the "view" attribute
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.STSheetViewType.Enum getView();

    /**
     * Gets (as xml) the "view" attribute
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.STSheetViewType xgetView();

    /**
     * True if has "view" attribute
     */
    boolean isSetView();

    /**
     * Sets the "view" attribute
     */
    void setView(org.openxmlformats.schemas.spreadsheetml.x2006.main.STSheetViewType.Enum view);

    /**
     * Sets (as xml) the "view" attribute
     */
    void xsetView(org.openxmlformats.schemas.spreadsheetml.x2006.main.STSheetViewType view);

    /**
     * Unsets the "view" attribute
     */
    void unsetView();

    /**
     * Gets the "showRuler" attribute
     */
    boolean getShowRuler();

    /**
     * Gets (as xml) the "showRuler" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetShowRuler();

    /**
     * True if has "showRuler" attribute
     */
    boolean isSetShowRuler();

    /**
     * Sets the "showRuler" attribute
     */
    void setShowRuler(boolean showRuler);

    /**
     * Sets (as xml) the "showRuler" attribute
     */
    void xsetShowRuler(org.apache.xmlbeans.XmlBoolean showRuler);

    /**
     * Unsets the "showRuler" attribute
     */
    void unsetShowRuler();

    /**
     * Gets the "topLeftCell" attribute
     */
    java.lang.String getTopLeftCell();

    /**
     * Gets (as xml) the "topLeftCell" attribute
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.STCellRef xgetTopLeftCell();

    /**
     * True if has "topLeftCell" attribute
     */
    boolean isSetTopLeftCell();

    /**
     * Sets the "topLeftCell" attribute
     */
    void setTopLeftCell(java.lang.String topLeftCell);

    /**
     * Sets (as xml) the "topLeftCell" attribute
     */
    void xsetTopLeftCell(org.openxmlformats.schemas.spreadsheetml.x2006.main.STCellRef topLeftCell);

    /**
     * Unsets the "topLeftCell" attribute
     */
    void unsetTopLeftCell();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy