Interface CTUndoInfo
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface CTUndoInfo extends XmlObject
An XML CT_UndoInfo(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCTUndoInfo.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaTypetype-
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleangetArray()Gets the "array" attributebooleangetCs()Gets the "cs" attributejava.lang.StringgetDn()Gets the "dn" attributejava.lang.StringgetDr()Gets the "dr" attributeSTFormulaExpression.EnumgetExp()Gets the "exp" attributelonggetIndex()Gets the "index" attributebooleangetNf()Gets the "nf" attributejava.lang.StringgetR()Gets the "r" attributebooleangetRef3D()Gets the "ref3D" attributelonggetSId()Gets the "sId" attributebooleangetV()Gets the "v" attributebooleanisSetArray()True if has "array" attributebooleanisSetCs()True if has "cs" attributebooleanisSetDn()True if has "dn" attributebooleanisSetNf()True if has "nf" attributebooleanisSetR()True if has "r" attributebooleanisSetRef3D()True if has "ref3D" attributebooleanisSetSId()True if has "sId" attributebooleanisSetV()True if has "v" attributevoidsetArray(boolean array)Sets the "array" attributevoidsetCs(boolean cs)Sets the "cs" attributevoidsetDn(java.lang.String dn)Sets the "dn" attributevoidsetDr(java.lang.String dr)Sets the "dr" attributevoidsetExp(STFormulaExpression.Enum exp)Sets the "exp" attributevoidsetIndex(long index)Sets the "index" attributevoidsetNf(boolean nf)Sets the "nf" attributevoidsetR(java.lang.String r)Sets the "r" attributevoidsetRef3D(boolean ref3D)Sets the "ref3D" attributevoidsetSId(long sId)Sets the "sId" attributevoidsetV(boolean v)Sets the "v" attributevoidunsetArray()Unsets the "array" attributevoidunsetCs()Unsets the "cs" attributevoidunsetDn()Unsets the "dn" attributevoidunsetNf()Unsets the "nf" attributevoidunsetR()Unsets the "r" attributevoidunsetRef3D()Unsets the "ref3D" attributevoidunsetSId()Unsets the "sId" attributevoidunsetV()Unsets the "v" attributeXmlBooleanxgetArray()Gets (as xml) the "array" attributeXmlBooleanxgetCs()Gets (as xml) the "cs" attributeSTXstringxgetDn()Gets (as xml) the "dn" attributeSTRefAxgetDr()Gets (as xml) the "dr" attributeSTFormulaExpressionxgetExp()Gets (as xml) the "exp" attributeXmlUnsignedIntxgetIndex()Gets (as xml) the "index" attributeXmlBooleanxgetNf()Gets (as xml) the "nf" attributeSTCellRefxgetR()Gets (as xml) the "r" attributeXmlBooleanxgetRef3D()Gets (as xml) the "ref3D" attributeXmlUnsignedIntxgetSId()Gets (as xml) the "sId" attributeXmlBooleanxgetV()Gets (as xml) the "v" attributevoidxsetArray(XmlBoolean array)Sets (as xml) the "array" attributevoidxsetCs(XmlBoolean cs)Sets (as xml) the "cs" attributevoidxsetDn(STXstring dn)Sets (as xml) the "dn" attributevoidxsetDr(STRefA dr)Sets (as xml) the "dr" attributevoidxsetExp(STFormulaExpression exp)Sets (as xml) the "exp" attributevoidxsetIndex(XmlUnsignedInt index)Sets (as xml) the "index" attributevoidxsetNf(XmlBoolean nf)Sets (as xml) the "nf" attributevoidxsetR(STCellRef r)Sets (as xml) the "r" attributevoidxsetRef3D(XmlBoolean ref3D)Sets (as xml) the "ref3D" attributevoidxsetSId(XmlUnsignedInt sId)Sets (as xml) the "sId" attributevoidxsetV(XmlBoolean v)Sets (as xml) the "v" attribute-
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
-
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
type
static final SchemaType type
-
-
Method Detail
-
getIndex
long getIndex()
Gets the "index" attribute
-
xgetIndex
XmlUnsignedInt xgetIndex()
Gets (as xml) the "index" attribute
-
setIndex
void setIndex(long index)
Sets the "index" attribute
-
xsetIndex
void xsetIndex(XmlUnsignedInt index)
Sets (as xml) the "index" attribute
-
getExp
STFormulaExpression.Enum getExp()
Gets the "exp" attribute
-
xgetExp
STFormulaExpression xgetExp()
Gets (as xml) the "exp" attribute
-
setExp
void setExp(STFormulaExpression.Enum exp)
Sets the "exp" attribute
-
xsetExp
void xsetExp(STFormulaExpression exp)
Sets (as xml) the "exp" attribute
-
getRef3D
boolean getRef3D()
Gets the "ref3D" attribute
-
xgetRef3D
XmlBoolean xgetRef3D()
Gets (as xml) the "ref3D" attribute
-
isSetRef3D
boolean isSetRef3D()
True if has "ref3D" attribute
-
setRef3D
void setRef3D(boolean ref3D)
Sets the "ref3D" attribute
-
xsetRef3D
void xsetRef3D(XmlBoolean ref3D)
Sets (as xml) the "ref3D" attribute
-
unsetRef3D
void unsetRef3D()
Unsets the "ref3D" attribute
-
getArray
boolean getArray()
Gets the "array" attribute
-
xgetArray
XmlBoolean xgetArray()
Gets (as xml) the "array" attribute
-
isSetArray
boolean isSetArray()
True if has "array" attribute
-
setArray
void setArray(boolean array)
Sets the "array" attribute
-
xsetArray
void xsetArray(XmlBoolean array)
Sets (as xml) the "array" attribute
-
unsetArray
void unsetArray()
Unsets the "array" attribute
-
getV
boolean getV()
Gets the "v" attribute
-
xgetV
XmlBoolean xgetV()
Gets (as xml) the "v" attribute
-
isSetV
boolean isSetV()
True if has "v" attribute
-
setV
void setV(boolean v)
Sets the "v" attribute
-
xsetV
void xsetV(XmlBoolean v)
Sets (as xml) the "v" attribute
-
unsetV
void unsetV()
Unsets the "v" attribute
-
getNf
boolean getNf()
Gets the "nf" attribute
-
xgetNf
XmlBoolean xgetNf()
Gets (as xml) the "nf" attribute
-
isSetNf
boolean isSetNf()
True if has "nf" attribute
-
setNf
void setNf(boolean nf)
Sets the "nf" attribute
-
xsetNf
void xsetNf(XmlBoolean nf)
Sets (as xml) the "nf" attribute
-
unsetNf
void unsetNf()
Unsets the "nf" attribute
-
getCs
boolean getCs()
Gets the "cs" attribute
-
xgetCs
XmlBoolean xgetCs()
Gets (as xml) the "cs" attribute
-
isSetCs
boolean isSetCs()
True if has "cs" attribute
-
setCs
void setCs(boolean cs)
Sets the "cs" attribute
-
xsetCs
void xsetCs(XmlBoolean cs)
Sets (as xml) the "cs" attribute
-
unsetCs
void unsetCs()
Unsets the "cs" attribute
-
getDr
java.lang.String getDr()
Gets the "dr" attribute
-
xgetDr
STRefA xgetDr()
Gets (as xml) the "dr" attribute
-
setDr
void setDr(java.lang.String dr)
Sets the "dr" attribute
-
xsetDr
void xsetDr(STRefA dr)
Sets (as xml) the "dr" attribute
-
getDn
java.lang.String getDn()
Gets the "dn" attribute
-
xgetDn
STXstring xgetDn()
Gets (as xml) the "dn" attribute
-
isSetDn
boolean isSetDn()
True if has "dn" attribute
-
setDn
void setDn(java.lang.String dn)
Sets the "dn" attribute
-
xsetDn
void xsetDn(STXstring dn)
Sets (as xml) the "dn" attribute
-
unsetDn
void unsetDn()
Unsets the "dn" attribute
-
getR
java.lang.String getR()
Gets the "r" attribute
-
xgetR
STCellRef xgetR()
Gets (as xml) the "r" attribute
-
isSetR
boolean isSetR()
True if has "r" attribute
-
setR
void setR(java.lang.String r)
Sets the "r" attribute
-
xsetR
void xsetR(STCellRef r)
Sets (as xml) the "r" attribute
-
unsetR
void unsetR()
Unsets the "r" attribute
-
getSId
long getSId()
Gets the "sId" attribute
-
xgetSId
XmlUnsignedInt xgetSId()
Gets (as xml) the "sId" attribute
-
isSetSId
boolean isSetSId()
True if has "sId" attribute
-
setSId
void setSId(long sId)
Sets the "sId" attribute
-
xsetSId
void xsetSId(XmlUnsignedInt sId)
Sets (as xml) the "sId" attribute
-
unsetSId
void unsetSId()
Unsets the "sId" attribute
-
-