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 class
CTUndoInfo.Factory
A factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaType
type
-
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 boolean
getArray()
Gets the "array" attributeboolean
getCs()
Gets the "cs" attributejava.lang.String
getDn()
Gets the "dn" attributejava.lang.String
getDr()
Gets the "dr" attributeSTFormulaExpression.Enum
getExp()
Gets the "exp" attributelong
getIndex()
Gets the "index" attributeboolean
getNf()
Gets the "nf" attributejava.lang.String
getR()
Gets the "r" attributeboolean
getRef3D()
Gets the "ref3D" attributelong
getSId()
Gets the "sId" attributeboolean
getV()
Gets the "v" attributeboolean
isSetArray()
True if has "array" attributeboolean
isSetCs()
True if has "cs" attributeboolean
isSetDn()
True if has "dn" attributeboolean
isSetNf()
True if has "nf" attributeboolean
isSetR()
True if has "r" attributeboolean
isSetRef3D()
True if has "ref3D" attributeboolean
isSetSId()
True if has "sId" attributeboolean
isSetV()
True if has "v" attributevoid
setArray(boolean array)
Sets the "array" attributevoid
setCs(boolean cs)
Sets the "cs" attributevoid
setDn(java.lang.String dn)
Sets the "dn" attributevoid
setDr(java.lang.String dr)
Sets the "dr" attributevoid
setExp(STFormulaExpression.Enum exp)
Sets the "exp" attributevoid
setIndex(long index)
Sets the "index" attributevoid
setNf(boolean nf)
Sets the "nf" attributevoid
setR(java.lang.String r)
Sets the "r" attributevoid
setRef3D(boolean ref3D)
Sets the "ref3D" attributevoid
setSId(long sId)
Sets the "sId" attributevoid
setV(boolean v)
Sets the "v" attributevoid
unsetArray()
Unsets the "array" attributevoid
unsetCs()
Unsets the "cs" attributevoid
unsetDn()
Unsets the "dn" attributevoid
unsetNf()
Unsets the "nf" attributevoid
unsetR()
Unsets the "r" attributevoid
unsetRef3D()
Unsets the "ref3D" attributevoid
unsetSId()
Unsets the "sId" attributevoid
unsetV()
Unsets the "v" attributeXmlBoolean
xgetArray()
Gets (as xml) the "array" attributeXmlBoolean
xgetCs()
Gets (as xml) the "cs" attributeSTXstring
xgetDn()
Gets (as xml) the "dn" attributeSTRefA
xgetDr()
Gets (as xml) the "dr" attributeSTFormulaExpression
xgetExp()
Gets (as xml) the "exp" attributeXmlUnsignedInt
xgetIndex()
Gets (as xml) the "index" attributeXmlBoolean
xgetNf()
Gets (as xml) the "nf" attributeSTCellRef
xgetR()
Gets (as xml) the "r" attributeXmlBoolean
xgetRef3D()
Gets (as xml) the "ref3D" attributeXmlUnsignedInt
xgetSId()
Gets (as xml) the "sId" attributeXmlBoolean
xgetV()
Gets (as xml) the "v" attributevoid
xsetArray(XmlBoolean array)
Sets (as xml) the "array" attributevoid
xsetCs(XmlBoolean cs)
Sets (as xml) the "cs" attributevoid
xsetDn(STXstring dn)
Sets (as xml) the "dn" attributevoid
xsetDr(STRefA dr)
Sets (as xml) the "dr" attributevoid
xsetExp(STFormulaExpression exp)
Sets (as xml) the "exp" attributevoid
xsetIndex(XmlUnsignedInt index)
Sets (as xml) the "index" attributevoid
xsetNf(XmlBoolean nf)
Sets (as xml) the "nf" attributevoid
xsetR(STCellRef r)
Sets (as xml) the "r" attributevoid
xsetRef3D(XmlBoolean ref3D)
Sets (as xml) the "ref3D" attributevoid
xsetSId(XmlUnsignedInt sId)
Sets (as xml) the "sId" attributevoid
xsetV(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
-
-