Interface CTRevisionCellChange
-
- All Superinterfaces:
XmlObject,XmlTokenSource
public interface CTRevisionCellChange extends XmlObject
An XML CT_RevisionCellChange(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCTRevisionCellChange.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 CTExtensionListaddNewExtLst()Appends and returns a new empty "extLst" elementCTCelladdNewNc()Appends and returns a new empty "nc" elementCTDxfaddNewNdxf()Appends and returns a new empty "ndxf" elementCTCelladdNewOc()Appends and returns a new empty "oc" elementCTDxfaddNewOdxf()Appends and returns a new empty "odxf" elementbooleangetDxf()Gets the "dxf" attributebooleangetEndOfListFormulaUpdate()Gets the "endOfListFormulaUpdate" attributeCTExtensionListgetExtLst()Gets the "extLst" elementCTCellgetNc()Gets the "nc" elementCTDxfgetNdxf()Gets the "ndxf" elementlonggetNumFmtId()Gets the "numFmtId" attributeCTCellgetOc()Gets the "oc" elementCTDxfgetOdxf()Gets the "odxf" elementbooleangetOdxf2()Gets the "odxf" attributebooleangetOldPh()Gets the "oldPh" attributebooleangetOldQuotePrefix()Gets the "oldQuotePrefix" attributebooleangetPh()Gets the "ph" attributebooleangetQuotePrefix()Gets the "quotePrefix" attributebooleangetRa()Gets the "ra" attributelonggetRId()Gets the "rId" attributebooleangetS()Gets the "s" attributelonggetSId()Gets the "sId" attributebooleangetUa()Gets the "ua" attributebooleangetXfDxf()Gets the "xfDxf" attributebooleanisSetDxf()True if has "dxf" attributebooleanisSetEndOfListFormulaUpdate()True if has "endOfListFormulaUpdate" attributebooleanisSetExtLst()True if has "extLst" elementbooleanisSetNdxf()True if has "ndxf" elementbooleanisSetNumFmtId()True if has "numFmtId" attributebooleanisSetOc()True if has "oc" elementbooleanisSetOdxf()True if has "odxf" elementbooleanisSetOdxf2()True if has "odxf" attributebooleanisSetOldPh()True if has "oldPh" attributebooleanisSetOldQuotePrefix()True if has "oldQuotePrefix" attributebooleanisSetPh()True if has "ph" attributebooleanisSetQuotePrefix()True if has "quotePrefix" attributebooleanisSetRa()True if has "ra" attributebooleanisSetS()True if has "s" attributebooleanisSetUa()True if has "ua" attributebooleanisSetXfDxf()True if has "xfDxf" attributevoidsetDxf(boolean dxf)Sets the "dxf" attributevoidsetEndOfListFormulaUpdate(boolean endOfListFormulaUpdate)Sets the "endOfListFormulaUpdate" attributevoidsetExtLst(CTExtensionList extLst)Sets the "extLst" elementvoidsetNc(CTCell nc)Sets the "nc" elementvoidsetNdxf(CTDxf ndxf)Sets the "ndxf" elementvoidsetNumFmtId(long numFmtId)Sets the "numFmtId" attributevoidsetOc(CTCell oc)Sets the "oc" elementvoidsetOdxf(CTDxf odxf)Sets the "odxf" elementvoidsetOdxf2(boolean odxf2)Sets the "odxf" attributevoidsetOldPh(boolean oldPh)Sets the "oldPh" attributevoidsetOldQuotePrefix(boolean oldQuotePrefix)Sets the "oldQuotePrefix" attributevoidsetPh(boolean ph)Sets the "ph" attributevoidsetQuotePrefix(boolean quotePrefix)Sets the "quotePrefix" attributevoidsetRa(boolean ra)Sets the "ra" attributevoidsetRId(long rId)Sets the "rId" attributevoidsetS(boolean s)Sets the "s" attributevoidsetSId(long sId)Sets the "sId" attributevoidsetUa(boolean ua)Sets the "ua" attributevoidsetXfDxf(boolean xfDxf)Sets the "xfDxf" attributevoidunsetDxf()Unsets the "dxf" attributevoidunsetEndOfListFormulaUpdate()Unsets the "endOfListFormulaUpdate" attributevoidunsetExtLst()Unsets the "extLst" elementvoidunsetNdxf()Unsets the "ndxf" elementvoidunsetNumFmtId()Unsets the "numFmtId" attributevoidunsetOc()Unsets the "oc" elementvoidunsetOdxf()Unsets the "odxf" elementvoidunsetOdxf2()Unsets the "odxf" attributevoidunsetOldPh()Unsets the "oldPh" attributevoidunsetOldQuotePrefix()Unsets the "oldQuotePrefix" attributevoidunsetPh()Unsets the "ph" attributevoidunsetQuotePrefix()Unsets the "quotePrefix" attributevoidunsetRa()Unsets the "ra" attributevoidunsetS()Unsets the "s" attributevoidunsetUa()Unsets the "ua" attributevoidunsetXfDxf()Unsets the "xfDxf" attributeXmlBooleanxgetDxf()Gets (as xml) the "dxf" attributeXmlBooleanxgetEndOfListFormulaUpdate()Gets (as xml) the "endOfListFormulaUpdate" attributeSTNumFmtIdxgetNumFmtId()Gets (as xml) the "numFmtId" attributeXmlBooleanxgetOdxf2()Gets (as xml) the "odxf" attributeXmlBooleanxgetOldPh()Gets (as xml) the "oldPh" attributeXmlBooleanxgetOldQuotePrefix()Gets (as xml) the "oldQuotePrefix" attributeXmlBooleanxgetPh()Gets (as xml) the "ph" attributeXmlBooleanxgetQuotePrefix()Gets (as xml) the "quotePrefix" attributeXmlBooleanxgetRa()Gets (as xml) the "ra" attributeXmlUnsignedIntxgetRId()Gets (as xml) the "rId" attributeXmlBooleanxgetS()Gets (as xml) the "s" attributeXmlUnsignedIntxgetSId()Gets (as xml) the "sId" attributeXmlBooleanxgetUa()Gets (as xml) the "ua" attributeXmlBooleanxgetXfDxf()Gets (as xml) the "xfDxf" attributevoidxsetDxf(XmlBoolean dxf)Sets (as xml) the "dxf" attributevoidxsetEndOfListFormulaUpdate(XmlBoolean endOfListFormulaUpdate)Sets (as xml) the "endOfListFormulaUpdate" attributevoidxsetNumFmtId(STNumFmtId numFmtId)Sets (as xml) the "numFmtId" attributevoidxsetOdxf2(XmlBoolean odxf2)Sets (as xml) the "odxf" attributevoidxsetOldPh(XmlBoolean oldPh)Sets (as xml) the "oldPh" attributevoidxsetOldQuotePrefix(XmlBoolean oldQuotePrefix)Sets (as xml) the "oldQuotePrefix" attributevoidxsetPh(XmlBoolean ph)Sets (as xml) the "ph" attributevoidxsetQuotePrefix(XmlBoolean quotePrefix)Sets (as xml) the "quotePrefix" attributevoidxsetRa(XmlBoolean ra)Sets (as xml) the "ra" attributevoidxsetRId(XmlUnsignedInt rId)Sets (as xml) the "rId" attributevoidxsetS(XmlBoolean s)Sets (as xml) the "s" attributevoidxsetSId(XmlUnsignedInt sId)Sets (as xml) the "sId" attributevoidxsetUa(XmlBoolean ua)Sets (as xml) the "ua" attributevoidxsetXfDxf(XmlBoolean xfDxf)Sets (as xml) the "xfDxf" 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
-
getOc
CTCell getOc()
Gets the "oc" element
-
isSetOc
boolean isSetOc()
True if has "oc" element
-
setOc
void setOc(CTCell oc)
Sets the "oc" element
-
addNewOc
CTCell addNewOc()
Appends and returns a new empty "oc" element
-
unsetOc
void unsetOc()
Unsets the "oc" element
-
getNc
CTCell getNc()
Gets the "nc" element
-
setNc
void setNc(CTCell nc)
Sets the "nc" element
-
addNewNc
CTCell addNewNc()
Appends and returns a new empty "nc" element
-
getOdxf
CTDxf getOdxf()
Gets the "odxf" element
-
isSetOdxf
boolean isSetOdxf()
True if has "odxf" element
-
setOdxf
void setOdxf(CTDxf odxf)
Sets the "odxf" element
-
addNewOdxf
CTDxf addNewOdxf()
Appends and returns a new empty "odxf" element
-
unsetOdxf
void unsetOdxf()
Unsets the "odxf" element
-
getNdxf
CTDxf getNdxf()
Gets the "ndxf" element
-
isSetNdxf
boolean isSetNdxf()
True if has "ndxf" element
-
setNdxf
void setNdxf(CTDxf ndxf)
Sets the "ndxf" element
-
addNewNdxf
CTDxf addNewNdxf()
Appends and returns a new empty "ndxf" element
-
unsetNdxf
void unsetNdxf()
Unsets the "ndxf" element
-
getExtLst
CTExtensionList getExtLst()
Gets the "extLst" element
-
isSetExtLst
boolean isSetExtLst()
True if has "extLst" element
-
setExtLst
void setExtLst(CTExtensionList extLst)
Sets the "extLst" element
-
addNewExtLst
CTExtensionList addNewExtLst()
Appends and returns a new empty "extLst" element
-
unsetExtLst
void unsetExtLst()
Unsets the "extLst" element
-
getRId
long getRId()
Gets the "rId" attribute
-
xgetRId
XmlUnsignedInt xgetRId()
Gets (as xml) the "rId" attribute
-
setRId
void setRId(long rId)
Sets the "rId" attribute
-
xsetRId
void xsetRId(XmlUnsignedInt rId)
Sets (as xml) the "rId" attribute
-
getUa
boolean getUa()
Gets the "ua" attribute
-
xgetUa
XmlBoolean xgetUa()
Gets (as xml) the "ua" attribute
-
isSetUa
boolean isSetUa()
True if has "ua" attribute
-
setUa
void setUa(boolean ua)
Sets the "ua" attribute
-
xsetUa
void xsetUa(XmlBoolean ua)
Sets (as xml) the "ua" attribute
-
unsetUa
void unsetUa()
Unsets the "ua" attribute
-
getRa
boolean getRa()
Gets the "ra" attribute
-
xgetRa
XmlBoolean xgetRa()
Gets (as xml) the "ra" attribute
-
isSetRa
boolean isSetRa()
True if has "ra" attribute
-
setRa
void setRa(boolean ra)
Sets the "ra" attribute
-
xsetRa
void xsetRa(XmlBoolean ra)
Sets (as xml) the "ra" attribute
-
unsetRa
void unsetRa()
Unsets the "ra" attribute
-
getSId
long getSId()
Gets the "sId" attribute
-
xgetSId
XmlUnsignedInt xgetSId()
Gets (as xml) the "sId" attribute
-
setSId
void setSId(long sId)
Sets the "sId" attribute
-
xsetSId
void xsetSId(XmlUnsignedInt sId)
Sets (as xml) the "sId" attribute
-
getOdxf2
boolean getOdxf2()
Gets the "odxf" attribute
-
xgetOdxf2
XmlBoolean xgetOdxf2()
Gets (as xml) the "odxf" attribute
-
isSetOdxf2
boolean isSetOdxf2()
True if has "odxf" attribute
-
setOdxf2
void setOdxf2(boolean odxf2)
Sets the "odxf" attribute
-
xsetOdxf2
void xsetOdxf2(XmlBoolean odxf2)
Sets (as xml) the "odxf" attribute
-
unsetOdxf2
void unsetOdxf2()
Unsets the "odxf" attribute
-
getXfDxf
boolean getXfDxf()
Gets the "xfDxf" attribute
-
xgetXfDxf
XmlBoolean xgetXfDxf()
Gets (as xml) the "xfDxf" attribute
-
isSetXfDxf
boolean isSetXfDxf()
True if has "xfDxf" attribute
-
setXfDxf
void setXfDxf(boolean xfDxf)
Sets the "xfDxf" attribute
-
xsetXfDxf
void xsetXfDxf(XmlBoolean xfDxf)
Sets (as xml) the "xfDxf" attribute
-
unsetXfDxf
void unsetXfDxf()
Unsets the "xfDxf" attribute
-
getS
boolean getS()
Gets the "s" attribute
-
xgetS
XmlBoolean xgetS()
Gets (as xml) the "s" attribute
-
isSetS
boolean isSetS()
True if has "s" attribute
-
setS
void setS(boolean s)
Sets the "s" attribute
-
xsetS
void xsetS(XmlBoolean s)
Sets (as xml) the "s" attribute
-
unsetS
void unsetS()
Unsets the "s" attribute
-
getDxf
boolean getDxf()
Gets the "dxf" attribute
-
xgetDxf
XmlBoolean xgetDxf()
Gets (as xml) the "dxf" attribute
-
isSetDxf
boolean isSetDxf()
True if has "dxf" attribute
-
setDxf
void setDxf(boolean dxf)
Sets the "dxf" attribute
-
xsetDxf
void xsetDxf(XmlBoolean dxf)
Sets (as xml) the "dxf" attribute
-
unsetDxf
void unsetDxf()
Unsets the "dxf" attribute
-
getNumFmtId
long getNumFmtId()
Gets the "numFmtId" attribute
-
xgetNumFmtId
STNumFmtId xgetNumFmtId()
Gets (as xml) the "numFmtId" attribute
-
isSetNumFmtId
boolean isSetNumFmtId()
True if has "numFmtId" attribute
-
setNumFmtId
void setNumFmtId(long numFmtId)
Sets the "numFmtId" attribute
-
xsetNumFmtId
void xsetNumFmtId(STNumFmtId numFmtId)
Sets (as xml) the "numFmtId" attribute
-
unsetNumFmtId
void unsetNumFmtId()
Unsets the "numFmtId" attribute
-
getQuotePrefix
boolean getQuotePrefix()
Gets the "quotePrefix" attribute
-
xgetQuotePrefix
XmlBoolean xgetQuotePrefix()
Gets (as xml) the "quotePrefix" attribute
-
isSetQuotePrefix
boolean isSetQuotePrefix()
True if has "quotePrefix" attribute
-
setQuotePrefix
void setQuotePrefix(boolean quotePrefix)
Sets the "quotePrefix" attribute
-
xsetQuotePrefix
void xsetQuotePrefix(XmlBoolean quotePrefix)
Sets (as xml) the "quotePrefix" attribute
-
unsetQuotePrefix
void unsetQuotePrefix()
Unsets the "quotePrefix" attribute
-
getOldQuotePrefix
boolean getOldQuotePrefix()
Gets the "oldQuotePrefix" attribute
-
xgetOldQuotePrefix
XmlBoolean xgetOldQuotePrefix()
Gets (as xml) the "oldQuotePrefix" attribute
-
isSetOldQuotePrefix
boolean isSetOldQuotePrefix()
True if has "oldQuotePrefix" attribute
-
setOldQuotePrefix
void setOldQuotePrefix(boolean oldQuotePrefix)
Sets the "oldQuotePrefix" attribute
-
xsetOldQuotePrefix
void xsetOldQuotePrefix(XmlBoolean oldQuotePrefix)
Sets (as xml) the "oldQuotePrefix" attribute
-
unsetOldQuotePrefix
void unsetOldQuotePrefix()
Unsets the "oldQuotePrefix" attribute
-
getPh
boolean getPh()
Gets the "ph" attribute
-
xgetPh
XmlBoolean xgetPh()
Gets (as xml) the "ph" attribute
-
isSetPh
boolean isSetPh()
True if has "ph" attribute
-
setPh
void setPh(boolean ph)
Sets the "ph" attribute
-
xsetPh
void xsetPh(XmlBoolean ph)
Sets (as xml) the "ph" attribute
-
unsetPh
void unsetPh()
Unsets the "ph" attribute
-
getOldPh
boolean getOldPh()
Gets the "oldPh" attribute
-
xgetOldPh
XmlBoolean xgetOldPh()
Gets (as xml) the "oldPh" attribute
-
isSetOldPh
boolean isSetOldPh()
True if has "oldPh" attribute
-
setOldPh
void setOldPh(boolean oldPh)
Sets the "oldPh" attribute
-
xsetOldPh
void xsetOldPh(XmlBoolean oldPh)
Sets (as xml) the "oldPh" attribute
-
unsetOldPh
void unsetOldPh()
Unsets the "oldPh" attribute
-
getEndOfListFormulaUpdate
boolean getEndOfListFormulaUpdate()
Gets the "endOfListFormulaUpdate" attribute
-
xgetEndOfListFormulaUpdate
XmlBoolean xgetEndOfListFormulaUpdate()
Gets (as xml) the "endOfListFormulaUpdate" attribute
-
isSetEndOfListFormulaUpdate
boolean isSetEndOfListFormulaUpdate()
True if has "endOfListFormulaUpdate" attribute
-
setEndOfListFormulaUpdate
void setEndOfListFormulaUpdate(boolean endOfListFormulaUpdate)
Sets the "endOfListFormulaUpdate" attribute
-
xsetEndOfListFormulaUpdate
void xsetEndOfListFormulaUpdate(XmlBoolean endOfListFormulaUpdate)
Sets (as xml) the "endOfListFormulaUpdate" attribute
-
unsetEndOfListFormulaUpdate
void unsetEndOfListFormulaUpdate()
Unsets the "endOfListFormulaUpdate" attribute
-
-