
org.openxmlformats.schemas.spreadsheetml.x2006.main.CTUndoInfo Maven / Gradle / Ivy
/*
* XML Type: CT_UndoInfo
* Namespace: http://schemas.openxmlformats.org/spreadsheetml/2006/main
* Java type: org.openxmlformats.schemas.spreadsheetml.x2006.main.CTUndoInfo
*
* 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_UndoInfo(@http://schemas.openxmlformats.org/spreadsheetml/2006/main).
*
* This is a complex type.
*/
public interface CTUndoInfo extends org.apache.xmlbeans.XmlObject {
DocumentFactory Factory = new DocumentFactory<>(org.apache.poi.schemas.ooxml.system.ooxml.TypeSystemHolder.typeSystem, "ctundoinfo5bfbtype");
org.apache.xmlbeans.SchemaType type = Factory.getType();
/**
* Gets the "index" attribute
*/
long getIndex();
/**
* Gets (as xml) the "index" attribute
*/
org.apache.xmlbeans.XmlUnsignedInt xgetIndex();
/**
* Sets the "index" attribute
*/
void setIndex(long index);
/**
* Sets (as xml) the "index" attribute
*/
void xsetIndex(org.apache.xmlbeans.XmlUnsignedInt index);
/**
* Gets the "exp" attribute
*/
org.openxmlformats.schemas.spreadsheetml.x2006.main.STFormulaExpression.Enum getExp();
/**
* Gets (as xml) the "exp" attribute
*/
org.openxmlformats.schemas.spreadsheetml.x2006.main.STFormulaExpression xgetExp();
/**
* Sets the "exp" attribute
*/
void setExp(org.openxmlformats.schemas.spreadsheetml.x2006.main.STFormulaExpression.Enum exp);
/**
* Sets (as xml) the "exp" attribute
*/
void xsetExp(org.openxmlformats.schemas.spreadsheetml.x2006.main.STFormulaExpression exp);
/**
* Gets the "ref3D" attribute
*/
boolean getRef3D();
/**
* Gets (as xml) the "ref3D" attribute
*/
org.apache.xmlbeans.XmlBoolean xgetRef3D();
/**
* True if has "ref3D" attribute
*/
boolean isSetRef3D();
/**
* Sets the "ref3D" attribute
*/
void setRef3D(boolean ref3D);
/**
* Sets (as xml) the "ref3D" attribute
*/
void xsetRef3D(org.apache.xmlbeans.XmlBoolean ref3D);
/**
* Unsets the "ref3D" attribute
*/
void unsetRef3D();
/**
* Gets the "array" attribute
*/
boolean getArray();
/**
* Gets (as xml) the "array" attribute
*/
org.apache.xmlbeans.XmlBoolean xgetArray();
/**
* True if has "array" attribute
*/
boolean isSetArray();
/**
* Sets the "array" attribute
*/
void setArray(boolean array);
/**
* Sets (as xml) the "array" attribute
*/
void xsetArray(org.apache.xmlbeans.XmlBoolean array);
/**
* Unsets the "array" attribute
*/
void unsetArray();
/**
* Gets the "v" attribute
*/
boolean getV();
/**
* Gets (as xml) the "v" attribute
*/
org.apache.xmlbeans.XmlBoolean xgetV();
/**
* True if has "v" attribute
*/
boolean isSetV();
/**
* Sets the "v" attribute
*/
void setV(boolean v);
/**
* Sets (as xml) the "v" attribute
*/
void xsetV(org.apache.xmlbeans.XmlBoolean v);
/**
* Unsets the "v" attribute
*/
void unsetV();
/**
* Gets the "nf" attribute
*/
boolean getNf();
/**
* Gets (as xml) the "nf" attribute
*/
org.apache.xmlbeans.XmlBoolean xgetNf();
/**
* True if has "nf" attribute
*/
boolean isSetNf();
/**
* Sets the "nf" attribute
*/
void setNf(boolean nf);
/**
* Sets (as xml) the "nf" attribute
*/
void xsetNf(org.apache.xmlbeans.XmlBoolean nf);
/**
* Unsets the "nf" attribute
*/
void unsetNf();
/**
* Gets the "cs" attribute
*/
boolean getCs();
/**
* Gets (as xml) the "cs" attribute
*/
org.apache.xmlbeans.XmlBoolean xgetCs();
/**
* True if has "cs" attribute
*/
boolean isSetCs();
/**
* Sets the "cs" attribute
*/
void setCs(boolean cs);
/**
* Sets (as xml) the "cs" attribute
*/
void xsetCs(org.apache.xmlbeans.XmlBoolean cs);
/**
* Unsets the "cs" attribute
*/
void unsetCs();
/**
* Gets the "dr" attribute
*/
java.lang.String getDr();
/**
* Gets (as xml) the "dr" attribute
*/
org.openxmlformats.schemas.spreadsheetml.x2006.main.STRefA xgetDr();
/**
* Sets the "dr" attribute
*/
void setDr(java.lang.String dr);
/**
* Sets (as xml) the "dr" attribute
*/
void xsetDr(org.openxmlformats.schemas.spreadsheetml.x2006.main.STRefA dr);
/**
* Gets the "dn" attribute
*/
java.lang.String getDn();
/**
* Gets (as xml) the "dn" attribute
*/
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring xgetDn();
/**
* True if has "dn" attribute
*/
boolean isSetDn();
/**
* Sets the "dn" attribute
*/
void setDn(java.lang.String dn);
/**
* Sets (as xml) the "dn" attribute
*/
void xsetDn(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring dn);
/**
* Unsets the "dn" attribute
*/
void unsetDn();
/**
* Gets the "r" attribute
*/
java.lang.String getR();
/**
* Gets (as xml) the "r" attribute
*/
org.openxmlformats.schemas.spreadsheetml.x2006.main.STCellRef xgetR();
/**
* True if has "r" attribute
*/
boolean isSetR();
/**
* Sets the "r" attribute
*/
void setR(java.lang.String r);
/**
* Sets (as xml) the "r" attribute
*/
void xsetR(org.openxmlformats.schemas.spreadsheetml.x2006.main.STCellRef r);
/**
* Unsets the "r" attribute
*/
void unsetR();
/**
* Gets the "sId" attribute
*/
long getSId();
/**
* Gets (as xml) the "sId" attribute
*/
org.apache.xmlbeans.XmlUnsignedInt xgetSId();
/**
* True if has "sId" attribute
*/
boolean isSetSId();
/**
* Sets the "sId" attribute
*/
void setSId(long sId);
/**
* Sets (as xml) the "sId" attribute
*/
void xsetSId(org.apache.xmlbeans.XmlUnsignedInt sId);
/**
* Unsets the "sId" attribute
*/
void unsetSId();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy