Interface CTCell
- All Superinterfaces:
XmlObject,XmlTokenSource
An XML CT_Cell(@http://schemas.openxmlformats.org/spreadsheetml/2006/main).
This is a complex type.
-
Field Summary
FieldsFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionAppends and returns a new empty "extLst" elementaddNewF()Appends and returns a new empty "f" elementaddNewIs()Appends and returns a new empty "is" elementlonggetCm()Gets the "cm" attributeGets the "extLst" elementgetF()Gets the "f" elementgetIs()Gets the "is" elementbooleangetPh()Gets the "ph" attributegetR()Gets the "r" attributelonggetS()Gets the "s" attributegetT()Gets the "t" attributegetV()Gets the "v" elementlonggetVm()Gets the "vm" attributebooleanisSetCm()True if has "cm" attributebooleanTrue if has "extLst" elementbooleanisSetF()True if has "f" elementbooleanisSetIs()True if has "is" elementbooleanisSetPh()True if has "ph" attributebooleanisSetR()True if has "r" attributebooleanisSetS()True if has "s" attributebooleanisSetT()True if has "t" attributebooleanisSetV()True if has "v" elementbooleanisSetVm()True if has "vm" attributevoidsetCm(long cm) Sets the "cm" attributevoidsetExtLst(CTExtensionList extLst) Sets the "extLst" elementvoidSets the "f" elementvoidSets the "is" elementvoidsetPh(boolean ph) Sets the "ph" attributevoidSets the "r" attributevoidsetS(long s) Sets the "s" attributevoidSets the "t" attributevoidSets the "v" elementvoidsetVm(long vm) Sets the "vm" attributevoidunsetCm()Unsets the "cm" attributevoidUnsets the "extLst" elementvoidunsetF()Unsets the "f" elementvoidunsetIs()Unsets the "is" elementvoidunsetPh()Unsets the "ph" attributevoidunsetR()Unsets the "r" attributevoidunsetS()Unsets the "s" attributevoidunsetT()Unsets the "t" attributevoidunsetV()Unsets the "v" elementvoidunsetVm()Unsets the "vm" attributexgetCm()Gets (as xml) the "cm" attributexgetPh()Gets (as xml) the "ph" attributexgetR()Gets (as xml) the "r" attributexgetS()Gets (as xml) the "s" attributexgetT()Gets (as xml) the "t" attributeorg.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstringxgetV()Gets (as xml) the "v" elementxgetVm()Gets (as xml) the "vm" attributevoidxsetCm(XmlUnsignedInt cm) Sets (as xml) the "cm" attributevoidxsetPh(XmlBoolean ph) Sets (as xml) the "ph" attributevoidSets (as xml) the "r" attributevoidSets (as xml) the "s" attributevoidxsetT(STCellType t) Sets (as xml) the "t" attributevoidxsetV(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring v) Sets (as xml) the "v" elementvoidxsetVm(XmlUnsignedInt vm) Sets (as xml) the "vm" attributeMethods 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, valueHashCodeMethods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
Field Details
-
Factory
-
type
-
-
Method Details
-
getF
CTCellFormula getF()Gets the "f" element -
isSetF
boolean isSetF()True if has "f" element -
setF
Sets the "f" element -
addNewF
CTCellFormula addNewF()Appends and returns a new empty "f" element -
unsetF
void unsetF()Unsets the "f" element -
getV
String getV()Gets the "v" element -
xgetV
org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring xgetV()Gets (as xml) the "v" element -
isSetV
boolean isSetV()True if has "v" element -
setV
Sets the "v" element -
unsetV
void unsetV()Unsets the "v" element -
getIs
CTRst getIs()Gets the "is" element -
isSetIs
boolean isSetIs()True if has "is" element -
setIs
Sets the "is" element -
addNewIs
CTRst addNewIs()Appends and returns a new empty "is" element -
unsetIs
void unsetIs()Unsets the "is" element -
getExtLst
CTExtensionList getExtLst()Gets the "extLst" element -
isSetExtLst
boolean isSetExtLst()True if has "extLst" element -
setExtLst
Sets the "extLst" element -
addNewExtLst
CTExtensionList addNewExtLst()Appends and returns a new empty "extLst" element -
unsetExtLst
void unsetExtLst()Unsets the "extLst" element -
getR
String getR()Gets the "r" attribute -
xgetR
STCellRef xgetR()Gets (as xml) the "r" attribute -
isSetR
boolean isSetR()True if has "r" attribute -
setR
Sets the "r" attribute -
xsetR
Sets (as xml) the "r" attribute -
unsetR
void unsetR()Unsets the "r" attribute -
getS
long getS()Gets the "s" attribute -
xgetS
XmlUnsignedInt xgetS()Gets (as xml) the "s" attribute -
isSetS
boolean isSetS()True if has "s" attribute -
setS
void setS(long s) Sets the "s" attribute -
xsetS
Sets (as xml) the "s" attribute -
unsetS
void unsetS()Unsets the "s" attribute -
getT
STCellType.Enum getT()Gets the "t" attribute -
xgetT
STCellType xgetT()Gets (as xml) the "t" attribute -
isSetT
boolean isSetT()True if has "t" attribute -
setT
Sets the "t" attribute -
xsetT
Sets (as xml) the "t" attribute -
unsetT
void unsetT()Unsets the "t" attribute -
getCm
long getCm()Gets the "cm" attribute -
xgetCm
XmlUnsignedInt xgetCm()Gets (as xml) the "cm" attribute -
isSetCm
boolean isSetCm()True if has "cm" attribute -
setCm
void setCm(long cm) Sets the "cm" attribute -
xsetCm
Sets (as xml) the "cm" attribute -
unsetCm
void unsetCm()Unsets the "cm" attribute -
getVm
long getVm()Gets the "vm" attribute -
xgetVm
XmlUnsignedInt xgetVm()Gets (as xml) the "vm" attribute -
isSetVm
boolean isSetVm()True if has "vm" attribute -
setVm
void setVm(long vm) Sets the "vm" attribute -
xsetVm
Sets (as xml) the "vm" attribute -
unsetVm
void unsetVm()Unsets the "vm" 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
Sets (as xml) the "ph" attribute -
unsetPh
void unsetPh()Unsets the "ph" attribute
-