Interface CTCell
-
- All Superinterfaces:
XmlObject
,XmlTokenSource
public interface CTCell extends XmlObject
An XML CT_Cell(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CTCell.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 CTExtensionList
addNewExtLst()
Appends and returns a new empty "extLst" elementCTCellFormula
addNewF()
Appends and returns a new empty "f" elementCTRst
addNewIs()
Appends and returns a new empty "is" elementlong
getCm()
Gets the "cm" attributeCTExtensionList
getExtLst()
Gets the "extLst" elementCTCellFormula
getF()
Gets the "f" elementCTRst
getIs()
Gets the "is" elementboolean
getPh()
Gets the "ph" attributejava.lang.String
getR()
Gets the "r" attributelong
getS()
Gets the "s" attributeSTCellType.Enum
getT()
Gets the "t" attributejava.lang.String
getV()
Gets the "v" elementlong
getVm()
Gets the "vm" attributeboolean
isSetCm()
True if has "cm" attributeboolean
isSetExtLst()
True if has "extLst" elementboolean
isSetF()
True if has "f" elementboolean
isSetIs()
True if has "is" elementboolean
isSetPh()
True if has "ph" attributeboolean
isSetR()
True if has "r" attributeboolean
isSetS()
True if has "s" attributeboolean
isSetT()
True if has "t" attributeboolean
isSetV()
True if has "v" elementboolean
isSetVm()
True if has "vm" attributevoid
setCm(long cm)
Sets the "cm" attributevoid
setExtLst(CTExtensionList extLst)
Sets the "extLst" elementvoid
setF(CTCellFormula f)
Sets the "f" elementvoid
setIs(CTRst is)
Sets the "is" elementvoid
setPh(boolean ph)
Sets the "ph" attributevoid
setR(java.lang.String r)
Sets the "r" attributevoid
setS(long s)
Sets the "s" attributevoid
setT(STCellType.Enum t)
Sets the "t" attributevoid
setV(java.lang.String v)
Sets the "v" elementvoid
setVm(long vm)
Sets the "vm" attributevoid
unsetCm()
Unsets the "cm" attributevoid
unsetExtLst()
Unsets the "extLst" elementvoid
unsetF()
Unsets the "f" elementvoid
unsetIs()
Unsets the "is" elementvoid
unsetPh()
Unsets the "ph" attributevoid
unsetR()
Unsets the "r" attributevoid
unsetS()
Unsets the "s" attributevoid
unsetT()
Unsets the "t" attributevoid
unsetV()
Unsets the "v" elementvoid
unsetVm()
Unsets the "vm" attributeXmlUnsignedInt
xgetCm()
Gets (as xml) the "cm" attributeXmlBoolean
xgetPh()
Gets (as xml) the "ph" attributeSTCellRef
xgetR()
Gets (as xml) the "r" attributeXmlUnsignedInt
xgetS()
Gets (as xml) the "s" attributeSTCellType
xgetT()
Gets (as xml) the "t" attributeSTXstring
xgetV()
Gets (as xml) the "v" elementXmlUnsignedInt
xgetVm()
Gets (as xml) the "vm" attributevoid
xsetCm(XmlUnsignedInt cm)
Sets (as xml) the "cm" attributevoid
xsetPh(XmlBoolean ph)
Sets (as xml) the "ph" attributevoid
xsetR(STCellRef r)
Sets (as xml) the "r" attributevoid
xsetS(XmlUnsignedInt s)
Sets (as xml) the "s" attributevoid
xsetT(STCellType t)
Sets (as xml) the "t" attributevoid
xsetV(STXstring v)
Sets (as xml) the "v" elementvoid
xsetVm(XmlUnsignedInt vm)
Sets (as xml) the "vm" 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
-
getF
CTCellFormula getF()
Gets the "f" element
-
isSetF
boolean isSetF()
True if has "f" element
-
setF
void setF(CTCellFormula f)
Sets the "f" element
-
addNewF
CTCellFormula addNewF()
Appends and returns a new empty "f" element
-
unsetF
void unsetF()
Unsets the "f" element
-
getV
java.lang.String getV()
Gets the "v" element
-
xgetV
STXstring xgetV()
Gets (as xml) the "v" element
-
isSetV
boolean isSetV()
True if has "v" element
-
setV
void setV(java.lang.String v)
Sets the "v" element
-
xsetV
void xsetV(STXstring v)
Sets (as xml) 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
void setIs(CTRst is)
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
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
-
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
-
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
void xsetS(XmlUnsignedInt s)
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
void setT(STCellType.Enum t)
Sets the "t" attribute
-
xsetT
void xsetT(STCellType t)
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
void xsetCm(XmlUnsignedInt cm)
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
void xsetVm(XmlUnsignedInt vm)
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
void xsetPh(XmlBoolean ph)
Sets (as xml) the "ph" attribute
-
unsetPh
void unsetPh()
Unsets the "ph" attribute
-
-