public class Cell extends Object implements Child
Java class for CT_Cell complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_Cell"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="f" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_CellFormula" minOccurs="0"/> <element name="v" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_Xstring" minOccurs="0"/> <element name="is" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_Rst" minOccurs="0"/> <element name="extLst" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_ExtensionList" minOccurs="0"/> </sequence> <attribute name="r" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}ST_CellRef" /> <attribute name="s" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" default="0" /> <attribute name="t" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}ST_CellType" default="n" /> <attribute name="cm" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" default="0" /> <attribute name="vm" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" default="0" /> <attribute name="ph" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Long |
cm |
protected CTExtensionList |
extLst |
protected CTCellFormula |
f |
protected CTRst |
is |
protected Boolean |
ph |
protected String |
r |
protected Long |
s |
protected STCellType |
t |
protected String |
v |
protected Long |
vm |
Constructor and Description |
---|
Cell() |
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.
|
long |
getCm()
Gets the value of the cm property.
|
CTExtensionList |
getExtLst()
Gets the value of the extLst property.
|
CTCellFormula |
getF()
Gets the value of the f (Formula) property.
|
CTRst |
getIs()
Gets the value of the is (Rich Text Inline) property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
String |
getR()
Gets the value of the r (Reference) property.
|
long |
getS()
Gets the value of the s (Style Index) property.
|
STCellType |
getT()
Gets the value of the t (Cell Data Type) property.
|
String |
getV()
Gets the value of the v (Cell Value) property.
|
long |
getVm()
Gets the value of the vm (Value Metadata Index) property.
|
WorksheetPart |
getWorksheetPart()
Get the WorksheetPart
|
boolean |
isPh()
Gets the value of the ph property.
|
void |
setCm(Long value)
Sets the value of the cm property.
|
void |
setExtLst(CTExtensionList value)
Sets the value of the extLst property.
|
void |
setF(CTCellFormula value)
Sets the value of the f property.
|
void |
setIs(CTRst value)
Sets the value of the is property.
|
void |
setParent(Object parent) |
void |
setPh(Boolean value)
Sets the value of the ph property.
|
void |
setR(String value)
Sets the value of the r property.
|
void |
setS(Long value)
Sets the value of the s (Style Index) property.
|
void |
setT(STCellType value)
Sets the value of the t property.
|
void |
setV(String value)
Sets the value of the v property.
|
void |
setVm(Long value)
Sets the value of the vm property.
|
protected CTCellFormula f
protected String v
protected CTRst is
protected CTExtensionList extLst
protected String r
protected Long s
protected STCellType t
protected Long cm
protected Long vm
protected Boolean ph
public CTCellFormula getF()
CTCellFormula
public void setF(CTCellFormula value)
value
- allowed object is
CTCellFormula
public String getV()
String
public void setV(String value)
value
- allowed object is
String
public CTRst getIs()
CTRst
public void setIs(CTRst value)
value
- allowed object is
CTRst
public CTExtensionList getExtLst()
CTExtensionList
public void setExtLst(CTExtensionList value)
value
- allowed object is
CTExtensionList
public String getR()
String
public void setR(String value)
value
- allowed object is
String
public long getS()
Long
public void setS(Long value)
value
- allowed object is
Long
public STCellType getT()
STCellType
public void setT(STCellType value)
value
- allowed object is
STCellType
public long getCm()
Long
public void setCm(Long value)
value
- allowed object is
Long
public long getVm()
Long
public void setVm(Long value)
value
- allowed object is
Long
public boolean isPh()
Boolean
public void setPh(Boolean value)
value
- allowed object is
Boolean
public WorksheetPart getWorksheetPart()
public 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-2019. All Rights Reserved.