
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCalcPr Maven / Gradle / Ivy
/*
* XML Type: CT_CalcPr
* Namespace: http://schemas.openxmlformats.org/spreadsheetml/2006/main
* Java type: org.openxmlformats.schemas.spreadsheetml.x2006.main.CTCalcPr
*
* 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_CalcPr(@http://schemas.openxmlformats.org/spreadsheetml/2006/main).
*
* This is a complex type.
*/
public interface CTCalcPr extends org.apache.xmlbeans.XmlObject {
DocumentFactory Factory = new DocumentFactory<>(org.apache.poi.schemas.ooxml.system.ooxml.TypeSystemHolder.typeSystem, "ctcalcprd480type");
org.apache.xmlbeans.SchemaType type = Factory.getType();
/**
* Gets the "calcId" attribute
*/
long getCalcId();
/**
* Gets (as xml) the "calcId" attribute
*/
org.apache.xmlbeans.XmlUnsignedInt xgetCalcId();
/**
* True if has "calcId" attribute
*/
boolean isSetCalcId();
/**
* Sets the "calcId" attribute
*/
void setCalcId(long calcId);
/**
* Sets (as xml) the "calcId" attribute
*/
void xsetCalcId(org.apache.xmlbeans.XmlUnsignedInt calcId);
/**
* Unsets the "calcId" attribute
*/
void unsetCalcId();
/**
* Gets the "calcMode" attribute
*/
org.openxmlformats.schemas.spreadsheetml.x2006.main.STCalcMode.Enum getCalcMode();
/**
* Gets (as xml) the "calcMode" attribute
*/
org.openxmlformats.schemas.spreadsheetml.x2006.main.STCalcMode xgetCalcMode();
/**
* True if has "calcMode" attribute
*/
boolean isSetCalcMode();
/**
* Sets the "calcMode" attribute
*/
void setCalcMode(org.openxmlformats.schemas.spreadsheetml.x2006.main.STCalcMode.Enum calcMode);
/**
* Sets (as xml) the "calcMode" attribute
*/
void xsetCalcMode(org.openxmlformats.schemas.spreadsheetml.x2006.main.STCalcMode calcMode);
/**
* Unsets the "calcMode" attribute
*/
void unsetCalcMode();
/**
* Gets the "fullCalcOnLoad" attribute
*/
boolean getFullCalcOnLoad();
/**
* Gets (as xml) the "fullCalcOnLoad" attribute
*/
org.apache.xmlbeans.XmlBoolean xgetFullCalcOnLoad();
/**
* True if has "fullCalcOnLoad" attribute
*/
boolean isSetFullCalcOnLoad();
/**
* Sets the "fullCalcOnLoad" attribute
*/
void setFullCalcOnLoad(boolean fullCalcOnLoad);
/**
* Sets (as xml) the "fullCalcOnLoad" attribute
*/
void xsetFullCalcOnLoad(org.apache.xmlbeans.XmlBoolean fullCalcOnLoad);
/**
* Unsets the "fullCalcOnLoad" attribute
*/
void unsetFullCalcOnLoad();
/**
* Gets the "refMode" attribute
*/
org.openxmlformats.schemas.spreadsheetml.x2006.main.STRefMode.Enum getRefMode();
/**
* Gets (as xml) the "refMode" attribute
*/
org.openxmlformats.schemas.spreadsheetml.x2006.main.STRefMode xgetRefMode();
/**
* True if has "refMode" attribute
*/
boolean isSetRefMode();
/**
* Sets the "refMode" attribute
*/
void setRefMode(org.openxmlformats.schemas.spreadsheetml.x2006.main.STRefMode.Enum refMode);
/**
* Sets (as xml) the "refMode" attribute
*/
void xsetRefMode(org.openxmlformats.schemas.spreadsheetml.x2006.main.STRefMode refMode);
/**
* Unsets the "refMode" attribute
*/
void unsetRefMode();
/**
* Gets the "iterate" attribute
*/
boolean getIterate();
/**
* Gets (as xml) the "iterate" attribute
*/
org.apache.xmlbeans.XmlBoolean xgetIterate();
/**
* True if has "iterate" attribute
*/
boolean isSetIterate();
/**
* Sets the "iterate" attribute
*/
void setIterate(boolean iterate);
/**
* Sets (as xml) the "iterate" attribute
*/
void xsetIterate(org.apache.xmlbeans.XmlBoolean iterate);
/**
* Unsets the "iterate" attribute
*/
void unsetIterate();
/**
* Gets the "iterateCount" attribute
*/
long getIterateCount();
/**
* Gets (as xml) the "iterateCount" attribute
*/
org.apache.xmlbeans.XmlUnsignedInt xgetIterateCount();
/**
* True if has "iterateCount" attribute
*/
boolean isSetIterateCount();
/**
* Sets the "iterateCount" attribute
*/
void setIterateCount(long iterateCount);
/**
* Sets (as xml) the "iterateCount" attribute
*/
void xsetIterateCount(org.apache.xmlbeans.XmlUnsignedInt iterateCount);
/**
* Unsets the "iterateCount" attribute
*/
void unsetIterateCount();
/**
* Gets the "iterateDelta" attribute
*/
double getIterateDelta();
/**
* Gets (as xml) the "iterateDelta" attribute
*/
org.apache.xmlbeans.XmlDouble xgetIterateDelta();
/**
* True if has "iterateDelta" attribute
*/
boolean isSetIterateDelta();
/**
* Sets the "iterateDelta" attribute
*/
void setIterateDelta(double iterateDelta);
/**
* Sets (as xml) the "iterateDelta" attribute
*/
void xsetIterateDelta(org.apache.xmlbeans.XmlDouble iterateDelta);
/**
* Unsets the "iterateDelta" attribute
*/
void unsetIterateDelta();
/**
* Gets the "fullPrecision" attribute
*/
boolean getFullPrecision();
/**
* Gets (as xml) the "fullPrecision" attribute
*/
org.apache.xmlbeans.XmlBoolean xgetFullPrecision();
/**
* True if has "fullPrecision" attribute
*/
boolean isSetFullPrecision();
/**
* Sets the "fullPrecision" attribute
*/
void setFullPrecision(boolean fullPrecision);
/**
* Sets (as xml) the "fullPrecision" attribute
*/
void xsetFullPrecision(org.apache.xmlbeans.XmlBoolean fullPrecision);
/**
* Unsets the "fullPrecision" attribute
*/
void unsetFullPrecision();
/**
* Gets the "calcCompleted" attribute
*/
boolean getCalcCompleted();
/**
* Gets (as xml) the "calcCompleted" attribute
*/
org.apache.xmlbeans.XmlBoolean xgetCalcCompleted();
/**
* True if has "calcCompleted" attribute
*/
boolean isSetCalcCompleted();
/**
* Sets the "calcCompleted" attribute
*/
void setCalcCompleted(boolean calcCompleted);
/**
* Sets (as xml) the "calcCompleted" attribute
*/
void xsetCalcCompleted(org.apache.xmlbeans.XmlBoolean calcCompleted);
/**
* Unsets the "calcCompleted" attribute
*/
void unsetCalcCompleted();
/**
* Gets the "calcOnSave" attribute
*/
boolean getCalcOnSave();
/**
* Gets (as xml) the "calcOnSave" attribute
*/
org.apache.xmlbeans.XmlBoolean xgetCalcOnSave();
/**
* True if has "calcOnSave" attribute
*/
boolean isSetCalcOnSave();
/**
* Sets the "calcOnSave" attribute
*/
void setCalcOnSave(boolean calcOnSave);
/**
* Sets (as xml) the "calcOnSave" attribute
*/
void xsetCalcOnSave(org.apache.xmlbeans.XmlBoolean calcOnSave);
/**
* Unsets the "calcOnSave" attribute
*/
void unsetCalcOnSave();
/**
* Gets the "concurrentCalc" attribute
*/
boolean getConcurrentCalc();
/**
* Gets (as xml) the "concurrentCalc" attribute
*/
org.apache.xmlbeans.XmlBoolean xgetConcurrentCalc();
/**
* True if has "concurrentCalc" attribute
*/
boolean isSetConcurrentCalc();
/**
* Sets the "concurrentCalc" attribute
*/
void setConcurrentCalc(boolean concurrentCalc);
/**
* Sets (as xml) the "concurrentCalc" attribute
*/
void xsetConcurrentCalc(org.apache.xmlbeans.XmlBoolean concurrentCalc);
/**
* Unsets the "concurrentCalc" attribute
*/
void unsetConcurrentCalc();
/**
* Gets the "concurrentManualCount" attribute
*/
long getConcurrentManualCount();
/**
* Gets (as xml) the "concurrentManualCount" attribute
*/
org.apache.xmlbeans.XmlUnsignedInt xgetConcurrentManualCount();
/**
* True if has "concurrentManualCount" attribute
*/
boolean isSetConcurrentManualCount();
/**
* Sets the "concurrentManualCount" attribute
*/
void setConcurrentManualCount(long concurrentManualCount);
/**
* Sets (as xml) the "concurrentManualCount" attribute
*/
void xsetConcurrentManualCount(org.apache.xmlbeans.XmlUnsignedInt concurrentManualCount);
/**
* Unsets the "concurrentManualCount" attribute
*/
void unsetConcurrentManualCount();
/**
* Gets the "forceFullCalc" attribute
*/
boolean getForceFullCalc();
/**
* Gets (as xml) the "forceFullCalc" attribute
*/
org.apache.xmlbeans.XmlBoolean xgetForceFullCalc();
/**
* True if has "forceFullCalc" attribute
*/
boolean isSetForceFullCalc();
/**
* Sets the "forceFullCalc" attribute
*/
void setForceFullCalc(boolean forceFullCalc);
/**
* Sets (as xml) the "forceFullCalc" attribute
*/
void xsetForceFullCalc(org.apache.xmlbeans.XmlBoolean forceFullCalc);
/**
* Unsets the "forceFullCalc" attribute
*/
void unsetForceFullCalc();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy