Class Row
- All Implemented Interfaces:
Child
public class Row extends java.lang.Object implements Child
Java class for CT_Row complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_Row">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="c" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_Cell" maxOccurs="unbounded" minOccurs="0"/>
<element name="extLst" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_ExtensionList" minOccurs="0"/>
</sequence>
<attribute name="r" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
<attribute name="spans" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}ST_CellSpans" />
<attribute name="s" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" default="0" />
<attribute name="customFormat" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="ht" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="hidden" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="customHeight" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="outlineLevel" type="{http://www.w3.org/2001/XMLSchema}unsignedByte" default="0" />
<attribute name="collapsed" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="thickTop" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="thickBot" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="ph" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields Modifier and Type Field Description protected java.util.List<Cell>cprotected java.lang.Booleancollapsedprotected java.lang.BooleancustomFormatprotected java.lang.BooleancustomHeightprotected CTExtensionListextLstprotected java.lang.Booleanhiddenprotected java.lang.Doublehtprotected java.lang.ShortoutlineLevelprotected java.lang.Booleanphprotected java.lang.Longrprotected java.lang.Longsprotected java.util.List<java.lang.String>spansprotected java.lang.BooleanthickBotprotected java.lang.BooleanthickTop -
Constructor Summary
Constructors Constructor Description Row() -
Method Summary
Modifier and Type Method Description voidafterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)This method is invoked by the JAXB implementation on each instance when unmarshalling completes.java.util.List<Cell>getC()Gets the value of the c property.CTExtensionListgetExtLst()Gets the value of the extLst property.java.lang.DoublegetHt()Gets the value of the ht property.shortgetOutlineLevel()Gets the value of the outlineLevel property.java.lang.ObjectgetParent()Gets the parent object in the object tree representing the unmarshalled xml document.java.lang.LonggetR()Gets the value of the r property.longgetS()Gets the value of the s property.java.util.List<java.lang.String>getSpans()Gets the value of the spans property.booleanisCollapsed()Gets the value of the collapsed property.booleanisCustomFormat()Gets the value of the customFormat property.booleanisCustomHeight()Gets the value of the customHeight property.booleanisHidden()Gets the value of the hidden property.booleanisPh()Gets the value of the ph property.booleanisThickBot()Gets the value of the thickBot property.booleanisThickTop()Gets the value of the thickTop property.voidsetCollapsed(java.lang.Boolean value)Sets the value of the collapsed property.voidsetCustomFormat(java.lang.Boolean value)Sets the value of the customFormat property.voidsetCustomHeight(java.lang.Boolean value)Sets the value of the customHeight property.voidsetExtLst(CTExtensionList value)Sets the value of the extLst property.voidsetHidden(java.lang.Boolean value)Sets the value of the hidden property.voidsetHt(java.lang.Double value)Sets the value of the ht property.voidsetOutlineLevel(java.lang.Short value)Sets the value of the outlineLevel property.voidsetParent(java.lang.Object parent)voidsetPh(java.lang.Boolean value)Sets the value of the ph property.voidsetR(java.lang.Long value)Sets the value of the r property.voidsetS(java.lang.Long value)Sets the value of the s property.voidsetThickBot(java.lang.Boolean value)Sets the value of the thickBot property.voidsetThickTop(java.lang.Boolean value)Sets the value of the thickTop property.
-
Field Details
-
c
-
extLst
-
r
protected java.lang.Long r -
spans
protected java.util.List<java.lang.String> spans -
s
protected java.lang.Long s -
customFormat
protected java.lang.Boolean customFormat -
ht
protected java.lang.Double ht -
protected java.lang.Boolean hidden
-
customHeight
protected java.lang.Boolean customHeight -
outlineLevel
protected java.lang.Short outlineLevel -
collapsed
protected java.lang.Boolean collapsed -
thickTop
protected java.lang.Boolean thickTop -
thickBot
protected java.lang.Boolean thickBot -
ph
protected java.lang.Boolean ph
-
-
Constructor Details
-
Row
public Row()
-
-
Method Details
-
getC
Gets the value of the c property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the c property.For example, to add a new item, do as follows:
getC().add(newItem);Objects of the following type(s) are allowed in the list
Cell -
getExtLst
Gets the value of the extLst property.- Returns:
- possible object is
CTExtensionList
-
setExtLst
Sets the value of the extLst property.- Parameters:
value- allowed object isCTExtensionList
-
getR
public java.lang.Long getR()Gets the value of the r property.- Returns:
- possible object is
Long
-
setR
public void setR(java.lang.Long value)Sets the value of the r property.- Parameters:
value- allowed object isLong
-
getSpans
public java.util.List<java.lang.String> getSpans()Gets the value of the spans property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the spans property.For example, to add a new item, do as follows:
getSpans().add(newItem);Objects of the following type(s) are allowed in the list
String -
getS
public long getS()Gets the value of the s property.- Returns:
- possible object is
Long
-
setS
public void setS(java.lang.Long value)Sets the value of the s property.- Parameters:
value- allowed object isLong
-
isCustomFormat
public boolean isCustomFormat()Gets the value of the customFormat property.- Returns:
- possible object is
Boolean
-
setCustomFormat
public void setCustomFormat(java.lang.Boolean value)Sets the value of the customFormat property.- Parameters:
value- allowed object isBoolean
-
getHt
public java.lang.Double getHt()Gets the value of the ht property.- Returns:
- possible object is
Double
-
setHt
public void setHt(java.lang.Double value)Sets the value of the ht property.- Parameters:
value- allowed object isDouble
-
isHidden
public boolean isHidden()Gets the value of the hidden property.- Returns:
- possible object is
Boolean
-
setHidden
public void setHidden(java.lang.Boolean value)Sets the value of the hidden property.- Parameters:
value- allowed object isBoolean
-
isCustomHeight
public boolean isCustomHeight()Gets the value of the customHeight property.- Returns:
- possible object is
Boolean
-
setCustomHeight
public void setCustomHeight(java.lang.Boolean value)Sets the value of the customHeight property.- Parameters:
value- allowed object isBoolean
-
getOutlineLevel
public short getOutlineLevel()Gets the value of the outlineLevel property.- Returns:
- possible object is
Short
-
setOutlineLevel
public void setOutlineLevel(java.lang.Short value)Sets the value of the outlineLevel property.- Parameters:
value- allowed object isShort
-
isCollapsed
public boolean isCollapsed()Gets the value of the collapsed property.- Returns:
- possible object is
Boolean
-
setCollapsed
public void setCollapsed(java.lang.Boolean value)Sets the value of the collapsed property.- Parameters:
value- allowed object isBoolean
-
isThickTop
public boolean isThickTop()Gets the value of the thickTop property.- Returns:
- possible object is
Boolean
-
setThickTop
public void setThickTop(java.lang.Boolean value)Sets the value of the thickTop property.- Parameters:
value- allowed object isBoolean
-
isThickBot
public boolean isThickBot()Gets the value of the thickBot property.- Returns:
- possible object is
Boolean
-
setThickBot
public void setThickBot(java.lang.Boolean value)Sets the value of the thickBot property.- Parameters:
value- allowed object isBoolean
-
isPh
public boolean isPh()Gets the value of the ph property.- Returns:
- possible object is
Boolean
-
setPh
public void setPh(java.lang.Boolean value)Sets the value of the ph property.- Parameters:
value- allowed object isBoolean
-
getParent
public java.lang.Object getParent()Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
public void setParent(java.lang.Object parent) -
afterUnmarshal
public void afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)This method is invoked by the JAXB implementation on each instance when unmarshalling completes.- Parameters:
parent- The parent object in the object tree.unmarshaller- The unmarshaller that generated the instance.
-