Class Row

java.lang.Object
org.xlsx4j.sml.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> c  
    protected java.lang.Boolean collapsed  
    protected java.lang.Boolean customFormat  
    protected java.lang.Boolean customHeight  
    protected CTExtensionList extLst  
    protected java.lang.Boolean hidden  
    protected java.lang.Double ht  
    protected java.lang.Short outlineLevel  
    protected java.lang.Boolean ph  
    protected java.lang.Long r  
    protected java.lang.Long s  
    protected java.util.List<java.lang.String> spans  
    protected java.lang.Boolean thickBot  
    protected java.lang.Boolean thickTop  
  • Constructor Summary

    Constructors
    Constructor Description
    Row()  
  • Method Summary

    Modifier and Type Method Description
    void afterUnmarshal​(jakarta.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.
    CTExtensionList getExtLst()
    Gets the value of the extLst property.
    java.lang.Double getHt()
    Gets the value of the ht property.
    short getOutlineLevel()
    Gets the value of the outlineLevel property.
    java.lang.Object getParent()
    Gets the parent object in the object tree representing the unmarshalled xml document.
    java.lang.Long getR()
    Gets the value of the r property.
    long getS()
    Gets the value of the s property.
    java.util.List<java.lang.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​(java.lang.Boolean value)
    Sets the value of the collapsed property.
    void setCustomFormat​(java.lang.Boolean value)
    Sets the value of the customFormat property.
    void setCustomHeight​(java.lang.Boolean value)
    Sets the value of the customHeight property.
    void setExtLst​(CTExtensionList value)
    Sets the value of the extLst property.
    void setHidden​(java.lang.Boolean value)
    Sets the value of the hidden property.
    void setHt​(java.lang.Double value)
    Sets the value of the ht property.
    void setOutlineLevel​(java.lang.Short value)
    Sets the value of the outlineLevel property.
    void setParent​(java.lang.Object parent)  
    void setPh​(java.lang.Boolean value)
    Sets the value of the ph property.
    void setR​(java.lang.Long value)
    Sets the value of the r property.
    void setS​(java.lang.Long value)
    Sets the value of the s property.
    void setThickBot​(java.lang.Boolean value)
    Sets the value of the thickBot property.
    void setThickTop​(java.lang.Boolean value)
    Sets the value of the thickTop property.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • c

      protected java.util.List<Cell> c
    • extLst

      protected CTExtensionList 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
    • hidden

      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

      public java.util.List<Cell> 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 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

    • getExtLst

      public CTExtensionList getExtLst()
      Gets the value of the extLst property.
      Returns:
      possible object is CTExtensionList
    • setExtLst

      public void setExtLst​(CTExtensionList value)
      Sets the value of the extLst property.
      Parameters:
      value - allowed object is CTExtensionList
    • 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 is Long
    • 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 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

    • 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 is Long
    • 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 is Boolean
    • 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 is Double
    • 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 is Boolean
    • 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 is Boolean
    • 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 is Short
    • 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 is Boolean
    • 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 is Boolean
    • 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 is Boolean
    • 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 is Boolean
    • getParent

      public java.lang.Object getParent()
      Gets the parent object in the object tree representing the unmarshalled xml document.
      Specified by:
      getParent in interface Child
      Returns:
      The parent object.
    • setParent

      public void setParent​(java.lang.Object parent)
      Specified by:
      setParent in interface Child
    • afterUnmarshal

      public void afterUnmarshal​(jakarta.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.