Package org.xlsx4j.sml
Class CTSheetFormatPr
java.lang.Object
org.xlsx4j.sml.CTSheetFormatPr
- All Implemented Interfaces:
Child
public class CTSheetFormatPr extends java.lang.Object implements Child
Java class for CT_SheetFormatPr complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_SheetFormatPr">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="baseColWidth" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" default="8" />
<attribute name="defaultColWidth" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="defaultRowHeight" use="required" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="customHeight" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="zeroHeight" 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="thickBottom" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="outlineLevelRow" type="{http://www.w3.org/2001/XMLSchema}unsignedByte" default="0" />
<attribute name="outlineLevelCol" type="{http://www.w3.org/2001/XMLSchema}unsignedByte" default="0" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.LongbaseColWidthprotected java.lang.BooleancustomHeightprotected java.lang.DoubledefaultColWidthprotected doubledefaultRowHeightprotected java.lang.ShortoutlineLevelColprotected java.lang.ShortoutlineLevelRowprotected java.lang.BooleanthickBottomprotected java.lang.BooleanthickTopprotected java.lang.BooleanzeroHeight -
Constructor Summary
Constructors Constructor Description CTSheetFormatPr() -
Method Summary
Modifier and Type Method Description voidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)This method is invoked by the JAXB implementation on each instance when unmarshalling completes.longgetBaseColWidth()Gets the value of the baseColWidth property.java.lang.DoublegetDefaultColWidth()Gets the value of the defaultColWidth property.doublegetDefaultRowHeight()Gets the value of the defaultRowHeight property.shortgetOutlineLevelCol()Gets the value of the outlineLevelCol property.shortgetOutlineLevelRow()Gets the value of the outlineLevelRow property.java.lang.ObjectgetParent()Gets the parent object in the object tree representing the unmarshalled xml document.booleanisCustomHeight()Gets the value of the customHeight property.booleanisThickBottom()Gets the value of the thickBottom property.booleanisThickTop()Gets the value of the thickTop property.booleanisZeroHeight()Gets the value of the zeroHeight property.voidsetBaseColWidth(java.lang.Long value)Sets the value of the baseColWidth property.voidsetCustomHeight(java.lang.Boolean value)Sets the value of the customHeight property.voidsetDefaultColWidth(java.lang.Double value)Sets the value of the defaultColWidth property.voidsetDefaultRowHeight(double value)Sets the value of the defaultRowHeight property.voidsetOutlineLevelCol(java.lang.Short value)Sets the value of the outlineLevelCol property.voidsetOutlineLevelRow(java.lang.Short value)Sets the value of the outlineLevelRow property.voidsetParent(java.lang.Object parent)voidsetThickBottom(java.lang.Boolean value)Sets the value of the thickBottom property.voidsetThickTop(java.lang.Boolean value)Sets the value of the thickTop property.voidsetZeroHeight(java.lang.Boolean value)Sets the value of the zeroHeight property.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
baseColWidth
protected java.lang.Long baseColWidth -
defaultColWidth
protected java.lang.Double defaultColWidth -
defaultRowHeight
protected double defaultRowHeight -
customHeight
protected java.lang.Boolean customHeight -
zeroHeight
protected java.lang.Boolean zeroHeight -
thickTop
protected java.lang.Boolean thickTop -
thickBottom
protected java.lang.Boolean thickBottom -
outlineLevelRow
protected java.lang.Short outlineLevelRow -
outlineLevelCol
protected java.lang.Short outlineLevelCol
-
-
Constructor Details
-
CTSheetFormatPr
public CTSheetFormatPr()
-
-
Method Details
-
getBaseColWidth
public long getBaseColWidth()Gets the value of the baseColWidth property.- Returns:
- possible object is
Long
-
setBaseColWidth
public void setBaseColWidth(java.lang.Long value)Sets the value of the baseColWidth property.- Parameters:
value- allowed object isLong
-
getDefaultColWidth
public java.lang.Double getDefaultColWidth()Gets the value of the defaultColWidth property.- Returns:
- possible object is
Double
-
setDefaultColWidth
public void setDefaultColWidth(java.lang.Double value)Sets the value of the defaultColWidth property.- Parameters:
value- allowed object isDouble
-
getDefaultRowHeight
public double getDefaultRowHeight()Gets the value of the defaultRowHeight property. -
setDefaultRowHeight
public void setDefaultRowHeight(double value)Sets the value of the defaultRowHeight property. -
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
-
isZeroHeight
public boolean isZeroHeight()Gets the value of the zeroHeight property.- Returns:
- possible object is
Boolean
-
setZeroHeight
public void setZeroHeight(java.lang.Boolean value)Sets the value of the zeroHeight 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
-
isThickBottom
public boolean isThickBottom()Gets the value of the thickBottom property.- Returns:
- possible object is
Boolean
-
setThickBottom
public void setThickBottom(java.lang.Boolean value)Sets the value of the thickBottom property.- Parameters:
value- allowed object isBoolean
-
getOutlineLevelRow
public short getOutlineLevelRow()Gets the value of the outlineLevelRow property.- Returns:
- possible object is
Short
-
setOutlineLevelRow
public void setOutlineLevelRow(java.lang.Short value)Sets the value of the outlineLevelRow property.- Parameters:
value- allowed object isShort
-
getOutlineLevelCol
public short getOutlineLevelCol()Gets the value of the outlineLevelCol property.- Returns:
- possible object is
Short
-
setOutlineLevelCol
public void setOutlineLevelCol(java.lang.Short value)Sets the value of the outlineLevelCol property.- Parameters:
value- allowed object isShort
-
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(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.
-