Package org.xlsx4j.sml
Class CTSheetFormatPr
java.lang.Object
org.xlsx4j.sml.CTSheetFormatPr
- All Implemented Interfaces:
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 -
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.longGets the value of the baseColWidth property.Gets the value of the defaultColWidth property.doubleGets the value of the defaultRowHeight property.shortGets the value of the outlineLevelCol property.shortGets the value of the outlineLevelRow property.Gets the parent object in the object tree representing the unmarshalled xml document.booleanGets the value of the customHeight property.booleanGets the value of the thickBottom property.booleanGets the value of the thickTop property.booleanGets the value of the zeroHeight property.voidsetBaseColWidth(Long value) Sets the value of the baseColWidth property.voidsetCustomHeight(Boolean value) Sets the value of the customHeight property.voidsetDefaultColWidth(Double value) Sets the value of the defaultColWidth property.voidsetDefaultRowHeight(double value) Sets the value of the defaultRowHeight property.voidsetOutlineLevelCol(Short value) Sets the value of the outlineLevelCol property.voidsetOutlineLevelRow(Short value) Sets the value of the outlineLevelRow property.voidvoidsetThickBottom(Boolean value) Sets the value of the thickBottom property.voidsetThickTop(Boolean value) Sets the value of the thickTop property.voidsetZeroHeight(Boolean value) Sets the value of the zeroHeight property.
-
Field Details
-
baseColWidth
-
defaultColWidth
-
defaultRowHeight
protected double defaultRowHeight -
customHeight
-
zeroHeight
-
thickTop
-
thickBottom
-
outlineLevelRow
-
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
Sets the value of the baseColWidth property.- Parameters:
value- allowed object isLong
-
getDefaultColWidth
Gets the value of the defaultColWidth property.- Returns:
- possible object is
Double
-
setDefaultColWidth
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
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
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
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
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
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
Sets the value of the outlineLevelCol property.- Parameters:
value- allowed object isShort
-
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.
-