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

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


/**
 * An XML CT_SheetPr(@http://schemas.openxmlformats.org/spreadsheetml/2006/main).
 *
 * This is a complex type.
 */
public interface CTSheetPr extends org.apache.xmlbeans.XmlObject
{
    public static final org.apache.xmlbeans.SchemaType type = (org.apache.xmlbeans.SchemaType)
        org.apache.xmlbeans.XmlBeans.typeSystemForClassLoader(CTSheetPr.class.getClassLoader(), "schemaorg_apache_xmlbeans.system.sE130CAA0A01A7CDE5A2B4FEB8B311707").resolveHandle("ctsheetpr3ae0type");
    
    /**
     * Gets the "tabColor" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTColor getTabColor();
    
    /**
     * True if has "tabColor" element
     */
    boolean isSetTabColor();
    
    /**
     * Sets the "tabColor" element
     */
    void setTabColor(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTColor tabColor);
    
    /**
     * Appends and returns a new empty "tabColor" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTColor addNewTabColor();
    
    /**
     * Unsets the "tabColor" element
     */
    void unsetTabColor();
    
    /**
     * Gets the "outlinePr" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTOutlinePr getOutlinePr();
    
    /**
     * True if has "outlinePr" element
     */
    boolean isSetOutlinePr();
    
    /**
     * Sets the "outlinePr" element
     */
    void setOutlinePr(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTOutlinePr outlinePr);
    
    /**
     * Appends and returns a new empty "outlinePr" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTOutlinePr addNewOutlinePr();
    
    /**
     * Unsets the "outlinePr" element
     */
    void unsetOutlinePr();
    
    /**
     * Gets the "pageSetUpPr" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPageSetUpPr getPageSetUpPr();
    
    /**
     * True if has "pageSetUpPr" element
     */
    boolean isSetPageSetUpPr();
    
    /**
     * Sets the "pageSetUpPr" element
     */
    void setPageSetUpPr(org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPageSetUpPr pageSetUpPr);
    
    /**
     * Appends and returns a new empty "pageSetUpPr" element
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.CTPageSetUpPr addNewPageSetUpPr();
    
    /**
     * Unsets the "pageSetUpPr" element
     */
    void unsetPageSetUpPr();
    
    /**
     * Gets the "syncHorizontal" attribute
     */
    boolean getSyncHorizontal();
    
    /**
     * Gets (as xml) the "syncHorizontal" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetSyncHorizontal();
    
    /**
     * True if has "syncHorizontal" attribute
     */
    boolean isSetSyncHorizontal();
    
    /**
     * Sets the "syncHorizontal" attribute
     */
    void setSyncHorizontal(boolean syncHorizontal);
    
    /**
     * Sets (as xml) the "syncHorizontal" attribute
     */
    void xsetSyncHorizontal(org.apache.xmlbeans.XmlBoolean syncHorizontal);
    
    /**
     * Unsets the "syncHorizontal" attribute
     */
    void unsetSyncHorizontal();
    
    /**
     * Gets the "syncVertical" attribute
     */
    boolean getSyncVertical();
    
    /**
     * Gets (as xml) the "syncVertical" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetSyncVertical();
    
    /**
     * True if has "syncVertical" attribute
     */
    boolean isSetSyncVertical();
    
    /**
     * Sets the "syncVertical" attribute
     */
    void setSyncVertical(boolean syncVertical);
    
    /**
     * Sets (as xml) the "syncVertical" attribute
     */
    void xsetSyncVertical(org.apache.xmlbeans.XmlBoolean syncVertical);
    
    /**
     * Unsets the "syncVertical" attribute
     */
    void unsetSyncVertical();
    
    /**
     * Gets the "syncRef" attribute
     */
    java.lang.String getSyncRef();
    
    /**
     * Gets (as xml) the "syncRef" attribute
     */
    org.openxmlformats.schemas.spreadsheetml.x2006.main.STRef xgetSyncRef();
    
    /**
     * True if has "syncRef" attribute
     */
    boolean isSetSyncRef();
    
    /**
     * Sets the "syncRef" attribute
     */
    void setSyncRef(java.lang.String syncRef);
    
    /**
     * Sets (as xml) the "syncRef" attribute
     */
    void xsetSyncRef(org.openxmlformats.schemas.spreadsheetml.x2006.main.STRef syncRef);
    
    /**
     * Unsets the "syncRef" attribute
     */
    void unsetSyncRef();
    
    /**
     * Gets the "transitionEvaluation" attribute
     */
    boolean getTransitionEvaluation();
    
    /**
     * Gets (as xml) the "transitionEvaluation" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetTransitionEvaluation();
    
    /**
     * True if has "transitionEvaluation" attribute
     */
    boolean isSetTransitionEvaluation();
    
    /**
     * Sets the "transitionEvaluation" attribute
     */
    void setTransitionEvaluation(boolean transitionEvaluation);
    
    /**
     * Sets (as xml) the "transitionEvaluation" attribute
     */
    void xsetTransitionEvaluation(org.apache.xmlbeans.XmlBoolean transitionEvaluation);
    
    /**
     * Unsets the "transitionEvaluation" attribute
     */
    void unsetTransitionEvaluation();
    
    /**
     * Gets the "transitionEntry" attribute
     */
    boolean getTransitionEntry();
    
    /**
     * Gets (as xml) the "transitionEntry" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetTransitionEntry();
    
    /**
     * True if has "transitionEntry" attribute
     */
    boolean isSetTransitionEntry();
    
    /**
     * Sets the "transitionEntry" attribute
     */
    void setTransitionEntry(boolean transitionEntry);
    
    /**
     * Sets (as xml) the "transitionEntry" attribute
     */
    void xsetTransitionEntry(org.apache.xmlbeans.XmlBoolean transitionEntry);
    
    /**
     * Unsets the "transitionEntry" attribute
     */
    void unsetTransitionEntry();
    
    /**
     * Gets the "published" attribute
     */
    boolean getPublished();
    
    /**
     * Gets (as xml) the "published" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetPublished();
    
    /**
     * True if has "published" attribute
     */
    boolean isSetPublished();
    
    /**
     * Sets the "published" attribute
     */
    void setPublished(boolean published);
    
    /**
     * Sets (as xml) the "published" attribute
     */
    void xsetPublished(org.apache.xmlbeans.XmlBoolean published);
    
    /**
     * Unsets the "published" attribute
     */
    void unsetPublished();
    
    /**
     * Gets the "codeName" attribute
     */
    java.lang.String getCodeName();
    
    /**
     * Gets (as xml) the "codeName" attribute
     */
    org.apache.xmlbeans.XmlString xgetCodeName();
    
    /**
     * True if has "codeName" attribute
     */
    boolean isSetCodeName();
    
    /**
     * Sets the "codeName" attribute
     */
    void setCodeName(java.lang.String codeName);
    
    /**
     * Sets (as xml) the "codeName" attribute
     */
    void xsetCodeName(org.apache.xmlbeans.XmlString codeName);
    
    /**
     * Unsets the "codeName" attribute
     */
    void unsetCodeName();
    
    /**
     * Gets the "filterMode" attribute
     */
    boolean getFilterMode();
    
    /**
     * Gets (as xml) the "filterMode" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetFilterMode();
    
    /**
     * True if has "filterMode" attribute
     */
    boolean isSetFilterMode();
    
    /**
     * Sets the "filterMode" attribute
     */
    void setFilterMode(boolean filterMode);
    
    /**
     * Sets (as xml) the "filterMode" attribute
     */
    void xsetFilterMode(org.apache.xmlbeans.XmlBoolean filterMode);
    
    /**
     * Unsets the "filterMode" attribute
     */
    void unsetFilterMode();
    
    /**
     * Gets the "enableFormatConditionsCalculation" attribute
     */
    boolean getEnableFormatConditionsCalculation();
    
    /**
     * Gets (as xml) the "enableFormatConditionsCalculation" attribute
     */
    org.apache.xmlbeans.XmlBoolean xgetEnableFormatConditionsCalculation();
    
    /**
     * True if has "enableFormatConditionsCalculation" attribute
     */
    boolean isSetEnableFormatConditionsCalculation();
    
    /**
     * Sets the "enableFormatConditionsCalculation" attribute
     */
    void setEnableFormatConditionsCalculation(boolean enableFormatConditionsCalculation);
    
    /**
     * Sets (as xml) the "enableFormatConditionsCalculation" attribute
     */
    void xsetEnableFormatConditionsCalculation(org.apache.xmlbeans.XmlBoolean enableFormatConditionsCalculation);
    
    /**
     * Unsets the "enableFormatConditionsCalculation" attribute
     */
    void unsetEnableFormatConditionsCalculation();
    
    /**
     * 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.CTSheetPr newInstance() {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSheetPr) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, null ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSheetPr newInstance(org.apache.xmlbeans.XmlOptions options) {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSheetPr) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().newInstance( type, options ); }
        
        /** @param xmlAsString the string value to parse */
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSheetPr parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSheetPr) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( xmlAsString, type, null ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSheetPr parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSheetPr) 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.CTSheetPr parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSheetPr) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, null ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSheetPr 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.CTSheetPr) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( file, type, options ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSheetPr parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSheetPr) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, null ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSheetPr 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.CTSheetPr) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( u, type, options ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSheetPr parse(java.io.InputStream is) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSheetPr) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, null ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSheetPr 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.CTSheetPr) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( is, type, options ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSheetPr parse(java.io.Reader r) throws org.apache.xmlbeans.XmlException, java.io.IOException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSheetPr) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, null ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSheetPr 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.CTSheetPr) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( r, type, options ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSheetPr parse(javax.xml.stream.XMLStreamReader sr) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSheetPr) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, null ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSheetPr parse(javax.xml.stream.XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSheetPr) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( sr, type, options ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSheetPr parse(org.w3c.dom.Node node) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSheetPr) org.apache.xmlbeans.XmlBeans.getContextTypeLoader().parse( node, type, null ); }
        
        public static org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSheetPr parse(org.w3c.dom.Node node, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
          return (org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSheetPr) 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.CTSheetPr 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.CTSheetPr) 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.CTSheetPr 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.CTSheetPr) 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