public class CTUndoInfo extends Object implements Child
Java class for CT_UndoInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_UndoInfo">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="index" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
<attribute name="exp" use="required" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}ST_FormulaExpression" />
<attribute name="ref3D" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="array" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="v" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="nf" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="cs" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="dr" use="required" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}ST_RefA" />
<attribute name="dn" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_Xstring" />
<attribute name="r" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}ST_CellRef" />
<attribute name="sId" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
array |
protected Boolean |
cs |
protected String |
dn |
protected String |
dr |
protected STFormulaExpression |
exp |
protected long |
index |
protected Boolean |
nf |
protected String |
r |
protected Boolean |
ref3D |
protected Long |
sId |
protected Boolean |
v |
| Constructor and Description |
|---|
CTUndoInfo() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(Unmarshaller unmarshaller,
Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
String |
getDn()
Gets the value of the dn property.
|
String |
getDr()
Gets the value of the dr property.
|
STFormulaExpression |
getExp()
Gets the value of the exp property.
|
long |
getIndex()
Gets the value of the index property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
String |
getR()
Gets the value of the r property.
|
Long |
getSId()
Gets the value of the sId property.
|
boolean |
isArray()
Gets the value of the array property.
|
boolean |
isCs()
Gets the value of the cs property.
|
boolean |
isNf()
Gets the value of the nf property.
|
boolean |
isRef3D()
Gets the value of the ref3D property.
|
boolean |
isV()
Gets the value of the v property.
|
void |
setArray(Boolean value)
Sets the value of the array property.
|
void |
setCs(Boolean value)
Sets the value of the cs property.
|
void |
setDn(String value)
Sets the value of the dn property.
|
void |
setDr(String value)
Sets the value of the dr property.
|
void |
setExp(STFormulaExpression value)
Sets the value of the exp property.
|
void |
setIndex(long value)
Sets the value of the index property.
|
void |
setNf(Boolean value)
Sets the value of the nf property.
|
void |
setParent(Object parent) |
void |
setR(String value)
Sets the value of the r property.
|
void |
setRef3D(Boolean value)
Sets the value of the ref3D property.
|
void |
setSId(Long value)
Sets the value of the sId property.
|
void |
setV(Boolean value)
Sets the value of the v property.
|
protected long index
protected STFormulaExpression exp
protected Boolean ref3D
protected Boolean array
protected Boolean v
protected Boolean nf
protected Boolean cs
protected String dr
protected String dn
protected String r
protected Long sId
public long getIndex()
public void setIndex(long value)
public STFormulaExpression getExp()
STFormulaExpressionpublic void setExp(STFormulaExpression value)
value - allowed object is
STFormulaExpressionpublic boolean isRef3D()
Booleanpublic void setRef3D(Boolean value)
value - allowed object is
Booleanpublic boolean isArray()
Booleanpublic void setArray(Boolean value)
value - allowed object is
Booleanpublic boolean isV()
Booleanpublic void setV(Boolean value)
value - allowed object is
Booleanpublic boolean isNf()
Booleanpublic void setNf(Boolean value)
value - allowed object is
Booleanpublic boolean isCs()
Booleanpublic void setCs(Boolean value)
value - allowed object is
Booleanpublic void setDr(String value)
value - allowed object is
Stringpublic void setDn(String value)
value - allowed object is
Stringpublic void setR(String value)
value - allowed object is
Stringpublic void setSId(Long value)
value - allowed object is
Longpublic Object getParent()
public void afterUnmarshal(Unmarshaller unmarshaller, Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007-2022. All Rights Reserved.