public class Row extends 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>
| Modifier and Type | Field and Description |
|---|---|
protected List<Cell> |
c |
protected Boolean |
collapsed |
protected Boolean |
customFormat |
protected Boolean |
customHeight |
protected CTExtensionList |
extLst |
protected Boolean |
hidden |
protected Double |
ht |
protected Short |
outlineLevel |
protected Boolean |
ph |
protected Long |
r |
protected Long |
s |
protected List<String> |
spans |
protected Boolean |
thickBot |
protected Boolean |
thickTop |
| Constructor and Description |
|---|
Row() |
| 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.
|
List<Cell> |
getC()
Gets the value of the c property.
|
CTExtensionList |
getExtLst()
Gets the value of the extLst property.
|
Double |
getHt()
Gets the value of the ht property.
|
short |
getOutlineLevel()
Gets the value of the outlineLevel property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
Long |
getR()
Gets the value of the r property.
|
long |
getS()
Gets the value of the s property.
|
List<String> |
getSpans()
Gets the value of the spans property.
|
boolean |
isCollapsed()
Gets the value of the collapsed property.
|
boolean |
isCustomFormat()
Gets the value of the customFormat property.
|
boolean |
isCustomHeight()
Gets the value of the customHeight property.
|
boolean |
isHidden()
Gets the value of the hidden property.
|
boolean |
isPh()
Gets the value of the ph property.
|
boolean |
isThickBot()
Gets the value of the thickBot property.
|
boolean |
isThickTop()
Gets the value of the thickTop property.
|
void |
setCollapsed(Boolean value)
Sets the value of the collapsed property.
|
void |
setCustomFormat(Boolean value)
Sets the value of the customFormat property.
|
void |
setCustomHeight(Boolean value)
Sets the value of the customHeight property.
|
void |
setExtLst(CTExtensionList value)
Sets the value of the extLst property.
|
void |
setHidden(Boolean value)
Sets the value of the hidden property.
|
void |
setHt(Double value)
Sets the value of the ht property.
|
void |
setOutlineLevel(Short value)
Sets the value of the outlineLevel property.
|
void |
setParent(Object parent) |
void |
setPh(Boolean value)
Sets the value of the ph property.
|
void |
setR(Long value)
Sets the value of the r property.
|
void |
setS(Long value)
Sets the value of the s property.
|
void |
setThickBot(Boolean value)
Sets the value of the thickBot property.
|
void |
setThickTop(Boolean value)
Sets the value of the thickTop property.
|
protected CTExtensionList extLst
protected Long r
protected Long s
protected Boolean customFormat
protected Double ht
protected Boolean hidden
protected Boolean customHeight
protected Short outlineLevel
protected Boolean collapsed
protected Boolean thickTop
protected Boolean thickBot
protected Boolean ph
public List<Cell> getC()
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 set method 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
public CTExtensionList getExtLst()
CTExtensionListpublic void setExtLst(CTExtensionList value)
value - allowed object is
CTExtensionListpublic void setR(Long value)
value - allowed object is
Longpublic List<String> getSpans()
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 set method 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
public long getS()
Longpublic void setS(Long value)
value - allowed object is
Longpublic boolean isCustomFormat()
Booleanpublic void setCustomFormat(Boolean value)
value - allowed object is
Booleanpublic void setHt(Double value)
value - allowed object is
Doublepublic boolean isHidden()
Booleanpublic void setHidden(Boolean value)
value - allowed object is
Booleanpublic boolean isCustomHeight()
Booleanpublic void setCustomHeight(Boolean value)
value - allowed object is
Booleanpublic short getOutlineLevel()
Shortpublic void setOutlineLevel(Short value)
value - allowed object is
Shortpublic boolean isCollapsed()
Booleanpublic void setCollapsed(Boolean value)
value - allowed object is
Booleanpublic boolean isThickTop()
Booleanpublic void setThickTop(Boolean value)
value - allowed object is
Booleanpublic boolean isThickBot()
Booleanpublic void setThickBot(Boolean value)
value - allowed object is
Booleanpublic boolean isPh()
Booleanpublic void setPh(Boolean value)
value - allowed object is
Booleanpublic 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-2022. All Rights Reserved.