
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSheetPr Maven / Gradle / Ivy
/*
* 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;
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_SheetPr(@http://schemas.openxmlformats.org/spreadsheetml/2006/main).
*
* This is a complex type.
*/
public interface CTSheetPr extends org.apache.xmlbeans.XmlObject {
DocumentFactory Factory = new DocumentFactory<>(org.apache.poi.schemas.ooxml.system.ooxml.TypeSystemHolder.typeSystem, "ctsheetpr3ae0type");
org.apache.xmlbeans.SchemaType type = Factory.getType();
/**
* 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();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy