Class Row
- All Implemented Interfaces:
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 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, Object parent) This method is invoked by the JAXB implementation on each instance when unmarshalling completes.getC()Gets the value of the c property.Gets the value of the extLst property.getHt()Gets the value of the ht property.shortGets the value of the outlineLevel property.Gets the parent object in the object tree representing the unmarshalled xml document.getR()Gets the value of the r property.longgetS()Gets the value of the s property.getSpans()Gets the value of the spans property.booleanGets the value of the collapsed property.booleanGets the value of the customFormat property.booleanGets the value of the customHeight property.booleanisHidden()Gets the value of the hidden property.booleanisPh()Gets the value of the ph property.booleanGets the value of the thickBot property.booleanGets the value of the thickTop property.voidsetCollapsed(Boolean value) Sets the value of the collapsed property.voidsetCustomFormat(Boolean value) Sets the value of the customFormat property.voidsetCustomHeight(Boolean value) Sets the value of the customHeight property.voidsetExtLst(CTExtensionList value) Sets the value of the extLst property.voidSets the value of the hidden property.voidSets the value of the ht property.voidsetOutlineLevel(Short value) Sets the value of the outlineLevel property.voidvoidSets the value of the ph property.voidSets the value of the r property.voidSets the value of the s property.voidsetThickBot(Boolean value) Sets the value of the thickBot property.voidsetThickTop(Boolean value) Sets the value of the thickTop property.
-
Field Details
-
c
-
extLst
-
r
-
spans
-
s
-
customFormat
-
ht
-
customHeight
-
outlineLevel
-
collapsed
-
thickTop
-
thickBot
-
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
Gets the value of the r property.- Returns:
- possible object is
Long
-
setR
Sets the value of the r property.- Parameters:
value- allowed object isLong
-
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
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
Sets the value of the customFormat property.- Parameters:
value- allowed object isBoolean
-
getHt
Gets the value of the ht property.- Returns:
- possible object is
Double
-
setHt
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
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
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
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
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
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
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
Sets the value of the ph property.- Parameters:
value- allowed object isBoolean
-
getParent
Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
-
afterUnmarshal
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.
-