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

org.openxmlformats.schemas.spreadsheetml.x2006.main.CTWorksheet 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_Worksheet
 * Namespace: http://schemas.openxmlformats.org/spreadsheetml/2006/main
 * Java type: org.openxmlformats.schemas.spreadsheetml.x2006.main.CTWorksheet
 *
 * Automatically generated - do not modify.
 */
package org.openxmlformats.schemas.spreadsheetml.x2006.main;


/**
 * An XML CT_Worksheet(@http://schemas.openxmlformats.org/spreadsheetml/2006/main).
 *
 * This is a complex type.
 */
public interface CTWorksheet extends org.apache.xmlbeans.XmlObject
{
    public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
        org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(CTWorksheet.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sE130CAA0A01A7CDE5A2B4FEB8B311707").resolveHandle("ctworksheet530dtype");
    
    /**
     * Gets the "sheetPr" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSheetPr getSheetPr();
    
    /**
     * True if has "sheetPr" element
     */
    boolean isSetSheetPr();
    
    /**
     * Sets the "sheetPr" element
     */
    void setSheetPr(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSheetPr sheetPr);
    
    /**
     * Appends and returns a new empty "sheetPr" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSheetPr addNewSheetPr();
    
    /**
     * Unsets the "sheetPr" element
     */
    void unsetSheetPr();
    
    /**
     * Gets the "dimension" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSheetDimension getDimension();
    
    /**
     * True if has "dimension" element
     */
    boolean isSetDimension();
    
    /**
     * Sets the "dimension" element
     */
    void setDimension(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSheetDimension dimension);
    
    /**
     * Appends and returns a new empty "dimension" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSheetDimension addNewDimension();
    
    /**
     * Unsets the "dimension" element
     */
    void unsetDimension();
    
    /**
     * Gets the "sheetViews" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSheetViews getSheetViews();
    
    /**
     * True if has "sheetViews" element
     */
    boolean isSetSheetViews();
    
    /**
     * Sets the "sheetViews" element
     */
    void setSheetViews(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSheetViews sheetViews);
    
    /**
     * Appends and returns a new empty "sheetViews" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSheetViews addNewSheetViews();
    
    /**
     * Unsets the "sheetViews" element
     */
    void unsetSheetViews();
    
    /**
     * Gets the "sheetFormatPr" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSheetFormatPr getSheetFormatPr();
    
    /**
     * True if has "sheetFormatPr" element
     */
    boolean isSetSheetFormatPr();
    
    /**
     * Sets the "sheetFormatPr" element
     */
    void setSheetFormatPr(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSheetFormatPr sheetFormatPr);
    
    /**
     * Appends and returns a new empty "sheetFormatPr" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSheetFormatPr addNewSheetFormatPr();
    
    /**
     * Unsets the "sheetFormatPr" element
     */
    void unsetSheetFormatPr();
    
    /**
     * Gets a List of "cols" elements
     */
    java.util.List getColsList();
    
    /**
     * Gets array of all "cols" elements
     * @deprecated
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCols[] getColsArray();
    
    /**
     * Gets ith "cols" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCols getColsArray(int i);
    
    /**
     * Returns number of "cols" element
     */
    int sizeOfColsArray();
    
    /**
     * Sets array of all "cols" element
     */
    void setColsArray(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCols[] colsArray);
    
    /**
     * Sets ith "cols" element
     */
    void setColsArray(int i, org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCols cols);
    
    /**
     * Inserts and returns a new empty value (as xml) as the ith "cols" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCols insertNewCols(int i);
    
    /**
     * Appends and returns a new empty value (as xml) as the last "cols" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCols addNewCols();
    
    /**
     * Removes the ith "cols" element
     */
    void removeCols(int i);
    
    /**
     * Gets the "sheetData" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSheetData getSheetData();
    
    /**
     * Sets the "sheetData" element
     */
    void setSheetData(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSheetData sheetData);
    
    /**
     * Appends and returns a new empty "sheetData" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSheetData addNewSheetData();
    
    /**
     * Gets the "sheetCalcPr" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSheetCalcPr getSheetCalcPr();
    
    /**
     * True if has "sheetCalcPr" element
     */
    boolean isSetSheetCalcPr();
    
    /**
     * Sets the "sheetCalcPr" element
     */
    void setSheetCalcPr(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSheetCalcPr sheetCalcPr);
    
    /**
     * Appends and returns a new empty "sheetCalcPr" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSheetCalcPr addNewSheetCalcPr();
    
    /**
     * Unsets the "sheetCalcPr" element
     */
    void unsetSheetCalcPr();
    
    /**
     * Gets the "sheetProtection" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSheetProtection getSheetProtection();
    
    /**
     * True if has "sheetProtection" element
     */
    boolean isSetSheetProtection();
    
    /**
     * Sets the "sheetProtection" element
     */
    void setSheetProtection(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSheetProtection sheetProtection);
    
    /**
     * Appends and returns a new empty "sheetProtection" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSheetProtection addNewSheetProtection();
    
    /**
     * Unsets the "sheetProtection" element
     */
    void unsetSheetProtection();
    
    /**
     * Gets the "protectedRanges" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTProtectedRanges getProtectedRanges();
    
    /**
     * True if has "protectedRanges" element
     */
    boolean isSetProtectedRanges();
    
    /**
     * Sets the "protectedRanges" element
     */
    void setProtectedRanges(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTProtectedRanges protectedRanges);
    
    /**
     * Appends and returns a new empty "protectedRanges" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTProtectedRanges addNewProtectedRanges();
    
    /**
     * Unsets the "protectedRanges" element
     */
    void unsetProtectedRanges();
    
    /**
     * Gets the "scenarios" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTScenarios getScenarios();
    
    /**
     * True if has "scenarios" element
     */
    boolean isSetScenarios();
    
    /**
     * Sets the "scenarios" element
     */
    void setScenarios(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTScenarios scenarios);
    
    /**
     * Appends and returns a new empty "scenarios" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTScenarios addNewScenarios();
    
    /**
     * Unsets the "scenarios" element
     */
    void unsetScenarios();
    
    /**
     * 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 "sortState" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSortState getSortState();
    
    /**
     * True if has "sortState" element
     */
    boolean isSetSortState();
    
    /**
     * Sets the "sortState" element
     */
    void setSortState(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSortState sortState);
    
    /**
     * Appends and returns a new empty "sortState" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSortState addNewSortState();
    
    /**
     * Unsets the "sortState" element
     */
    void unsetSortState();
    
    /**
     * Gets the "dataConsolidate" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTDataConsolidate getDataConsolidate();
    
    /**
     * True if has "dataConsolidate" element
     */
    boolean isSetDataConsolidate();
    
    /**
     * Sets the "dataConsolidate" element
     */
    void setDataConsolidate(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTDataConsolidate dataConsolidate);
    
    /**
     * Appends and returns a new empty "dataConsolidate" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTDataConsolidate addNewDataConsolidate();
    
    /**
     * Unsets the "dataConsolidate" element
     */
    void unsetDataConsolidate();
    
    /**
     * Gets the "customSheetViews" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCustomSheetViews getCustomSheetViews();
    
    /**
     * True if has "customSheetViews" element
     */
    boolean isSetCustomSheetViews();
    
    /**
     * Sets the "customSheetViews" element
     */
    void setCustomSheetViews(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCustomSheetViews customSheetViews);
    
    /**
     * Appends and returns a new empty "customSheetViews" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCustomSheetViews addNewCustomSheetViews();
    
    /**
     * Unsets the "customSheetViews" element
     */
    void unsetCustomSheetViews();
    
    /**
     * Gets the "mergeCells" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTMergeCells getMergeCells();
    
    /**
     * True if has "mergeCells" element
     */
    boolean isSetMergeCells();
    
    /**
     * Sets the "mergeCells" element
     */
    void setMergeCells(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTMergeCells mergeCells);
    
    /**
     * Appends and returns a new empty "mergeCells" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTMergeCells addNewMergeCells();
    
    /**
     * Unsets the "mergeCells" element
     */
    void unsetMergeCells();
    
    /**
     * Gets the "phoneticPr" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPhoneticPr getPhoneticPr();
    
    /**
     * True if has "phoneticPr" element
     */
    boolean isSetPhoneticPr();
    
    /**
     * Sets the "phoneticPr" element
     */
    void setPhoneticPr(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPhoneticPr phoneticPr);
    
    /**
     * Appends and returns a new empty "phoneticPr" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPhoneticPr addNewPhoneticPr();
    
    /**
     * Unsets the "phoneticPr" element
     */
    void unsetPhoneticPr();
    
    /**
     * Gets a List of "conditionalFormatting" elements
     */
    java.util.List getConditionalFormattingList();
    
    /**
     * Gets array of all "conditionalFormatting" elements
     * @deprecated
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTConditionalFormatting[] getConditionalFormattingArray();
    
    /**
     * Gets ith "conditionalFormatting" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTConditionalFormatting getConditionalFormattingArray(int i);
    
    /**
     * Returns number of "conditionalFormatting" element
     */
    int sizeOfConditionalFormattingArray();
    
    /**
     * Sets array of all "conditionalFormatting" element
     */
    void setConditionalFormattingArray(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTConditionalFormatting[] conditionalFormattingArray);
    
    /**
     * Sets ith "conditionalFormatting" element
     */
    void setConditionalFormattingArray(int i, org.openxmlformats.schemas.spreadsheetml.x2006.main.CTConditionalFormatting conditionalFormatting);
    
    /**
     * Inserts and returns a new empty value (as xml) as the ith "conditionalFormatting" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTConditionalFormatting insertNewConditionalFormatting(int i);
    
    /**
     * Appends and returns a new empty value (as xml) as the last "conditionalFormatting" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTConditionalFormatting addNewConditionalFormatting();
    
    /**
     * Removes the ith "conditionalFormatting" element
     */
    void removeConditionalFormatting(int i);
    
    /**
     * Gets the "dataValidations" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTDataValidations getDataValidations();
    
    /**
     * True if has "dataValidations" element
     */
    boolean isSetDataValidations();
    
    /**
     * Sets the "dataValidations" element
     */
    void setDataValidations(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTDataValidations dataValidations);
    
    /**
     * Appends and returns a new empty "dataValidations" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTDataValidations addNewDataValidations();
    
    /**
     * Unsets the "dataValidations" element
     */
    void unsetDataValidations();
    
    /**
     * Gets the "hyperlinks" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTHyperlinks getHyperlinks();
    
    /**
     * True if has "hyperlinks" element
     */
    boolean isSetHyperlinks();
    
    /**
     * Sets the "hyperlinks" element
     */
    void setHyperlinks(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTHyperlinks hyperlinks);
    
    /**
     * Appends and returns a new empty "hyperlinks" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTHyperlinks addNewHyperlinks();
    
    /**
     * Unsets the "hyperlinks" element
     */
    void unsetHyperlinks();
    
    /**
     * 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 "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 "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 "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 "customProperties" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCustomProperties getCustomProperties();
    
    /**
     * True if has "customProperties" element
     */
    boolean isSetCustomProperties();
    
    /**
     * Sets the "customProperties" element
     */
    void setCustomProperties(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCustomProperties customProperties);
    
    /**
     * Appends and returns a new empty "customProperties" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCustomProperties addNewCustomProperties();
    
    /**
     * Unsets the "customProperties" element
     */
    void unsetCustomProperties();
    
    /**
     * Gets the "cellWatches" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCellWatches getCellWatches();
    
    /**
     * True if has "cellWatches" element
     */
    boolean isSetCellWatches();
    
    /**
     * Sets the "cellWatches" element
     */
    void setCellWatches(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCellWatches cellWatches);
    
    /**
     * Appends and returns a new empty "cellWatches" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCellWatches addNewCellWatches();
    
    /**
     * Unsets the "cellWatches" element
     */
    void unsetCellWatches();
    
    /**
     * Gets the "ignoredErrors" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTIgnoredErrors getIgnoredErrors();
    
    /**
     * True if has "ignoredErrors" element
     */
    boolean isSetIgnoredErrors();
    
    /**
     * Sets the "ignoredErrors" element
     */
    void setIgnoredErrors(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTIgnoredErrors ignoredErrors);
    
    /**
     * Appends and returns a new empty "ignoredErrors" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTIgnoredErrors addNewIgnoredErrors();
    
    /**
     * Unsets the "ignoredErrors" element
     */
    void unsetIgnoredErrors();
    
    /**
     * Gets the "smartTags" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSmartTags getSmartTags();
    
    /**
     * True if has "smartTags" element
     */
    boolean isSetSmartTags();
    
    /**
     * Sets the "smartTags" element
     */
    void setSmartTags(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSmartTags smartTags);
    
    /**
     * Appends and returns a new empty "smartTags" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSmartTags addNewSmartTags();
    
    /**
     * Unsets the "smartTags" element
     */
    void unsetSmartTags();
    
    /**
     * Gets the "drawing" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTDrawing getDrawing();
    
    /**
     * True if has "drawing" element
     */
    boolean isSetDrawing();
    
    /**
     * Sets the "drawing" element
     */
    void setDrawing(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTDrawing drawing);
    
    /**
     * Appends and returns a new empty "drawing" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTDrawing addNewDrawing();
    
    /**
     * Unsets the "drawing" element
     */
    void unsetDrawing();
    
    /**
     * Gets the "legacyDrawing" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTLegacyDrawing getLegacyDrawing();
    
    /**
     * True if has "legacyDrawing" element
     */
    boolean isSetLegacyDrawing();
    
    /**
     * Sets the "legacyDrawing" element
     */
    void setLegacyDrawing(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTLegacyDrawing legacyDrawing);
    
    /**
     * Appends and returns a new empty "legacyDrawing" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTLegacyDrawing addNewLegacyDrawing();
    
    /**
     * Unsets the "legacyDrawing" element
     */
    void unsetLegacyDrawing();
    
    /**
     * Gets the "legacyDrawingHF" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTLegacyDrawing getLegacyDrawingHF();
    
    /**
     * True if has "legacyDrawingHF" element
     */
    boolean isSetLegacyDrawingHF();
    
    /**
     * Sets the "legacyDrawingHF" element
     */
    void setLegacyDrawingHF(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTLegacyDrawing legacyDrawingHF);
    
    /**
     * Appends and returns a new empty "legacyDrawingHF" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTLegacyDrawing addNewLegacyDrawingHF();
    
    /**
     * Unsets the "legacyDrawingHF" element
     */
    void unsetLegacyDrawingHF();
    
    /**
     * Gets the "picture" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSheetBackgroundPicture getPicture();
    
    /**
     * True if has "picture" element
     */
    boolean isSetPicture();
    
    /**
     * Sets the "picture" element
     */
    void setPicture(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSheetBackgroundPicture picture);
    
    /**
     * Appends and returns a new empty "picture" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSheetBackgroundPicture addNewPicture();
    
    /**
     * Unsets the "picture" element
     */
    void unsetPicture();
    
    /**
     * Gets the "oleObjects" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTOleObjects getOleObjects();
    
    /**
     * True if has "oleObjects" element
     */
    boolean isSetOleObjects();
    
    /**
     * Sets the "oleObjects" element
     */
    void setOleObjects(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTOleObjects oleObjects);
    
    /**
     * Appends and returns a new empty "oleObjects" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTOleObjects addNewOleObjects();
    
    /**
     * Unsets the "oleObjects" element
     */
    void unsetOleObjects();
    
    /**
     * Gets the "controls" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTControls getControls();
    
    /**
     * True if has "controls" element
     */
    boolean isSetControls();
    
    /**
     * Sets the "controls" element
     */
    void setControls(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTControls controls);
    
    /**
     * Appends and returns a new empty "controls" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTControls addNewControls();
    
    /**
     * Unsets the "controls" element
     */
    void unsetControls();
    
    /**
     * Gets the "webPublishItems" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTWebPublishItems getWebPublishItems();
    
    /**
     * True if has "webPublishItems" element
     */
    boolean isSetWebPublishItems();
    
    /**
     * Sets the "webPublishItems" element
     */
    void setWebPublishItems(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTWebPublishItems webPublishItems);
    
    /**
     * Appends and returns a new empty "webPublishItems" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTWebPublishItems addNewWebPublishItems();
    
    /**
     * Unsets the "webPublishItems" element
     */
    void unsetWebPublishItems();
    
    /**
     * Gets the "tableParts" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTTableParts getTableParts();
    
    /**
     * True if has "tableParts" element
     */
    boolean isSetTableParts();
    
    /**
     * Sets the "tableParts" element
     */
    void setTableParts(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTTableParts tableParts);
    
    /**
     * Appends and returns a new empty "tableParts" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTTableParts addNewTableParts();
    
    /**
     * Unsets the "tableParts" element
     */
    void unsetTableParts();
    
    /**
     * 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();
    
    /**
     * 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.CTWorksheet newInstance() {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTWorksheet) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTWorksheet newInstance(org.apache.xmlbeans.XmlOptions options) {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTWorksheet) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
        
        /** @param xmlAsString the string value to parse */
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTWorksheet parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTWorksheet) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTWorksheet parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTWorksheet) 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.CTWorksheet parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTWorksheet) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTWorksheet 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.CTWorksheet) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTWorksheet parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTWorksheet) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTWorksheet 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.CTWorksheet) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTWorksheet parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTWorksheet) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTWorksheet 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.CTWorksheet) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTWorksheet parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTWorksheet) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTWorksheet 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.CTWorksheet) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTWorksheet parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTWorksheet) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTWorksheet parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTWorksheet) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTWorksheet parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTWorksheet) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTWorksheet parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTWorksheet) 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.CTWorksheet 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.CTWorksheet) 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.CTWorksheet 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.CTWorksheet) 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