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>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Long |
baseColWidth |
protected java.lang.Boolean |
customHeight |
protected java.lang.Double |
defaultColWidth |
protected double |
defaultRowHeight |
protected java.lang.Short |
outlineLevelCol |
protected java.lang.Short |
outlineLevelRow |
protected java.lang.Boolean |
thickBottom |
protected java.lang.Boolean |
thickTop |
protected java.lang.Boolean |
zeroHeight |
| Constructor and Description |
|---|
CTSheetFormatPr() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
long |
getBaseColWidth()
Gets the value of the baseColWidth property.
|
java.lang.Double |
getDefaultColWidth()
Gets the value of the defaultColWidth property.
|
double |
getDefaultRowHeight()
Gets the value of the defaultRowHeight property.
|
short |
getOutlineLevelCol()
Gets the value of the outlineLevelCol property.
|
short |
getOutlineLevelRow()
Gets the value of the outlineLevelRow property.
|
java.lang.Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
boolean |
isCustomHeight()
Gets the value of the customHeight property.
|
boolean |
isThickBottom()
Gets the value of the thickBottom property.
|
boolean |
isThickTop()
Gets the value of the thickTop property.
|
boolean |
isZeroHeight()
Gets the value of the zeroHeight property.
|
void |
setBaseColWidth(java.lang.Long value)
Sets the value of the baseColWidth property.
|
void |
setCustomHeight(java.lang.Boolean value)
Sets the value of the customHeight property.
|
void |
setDefaultColWidth(java.lang.Double value)
Sets the value of the defaultColWidth property.
|
void |
setDefaultRowHeight(double value)
Sets the value of the defaultRowHeight property.
|
void |
setOutlineLevelCol(java.lang.Short value)
Sets the value of the outlineLevelCol property.
|
void |
setOutlineLevelRow(java.lang.Short value)
Sets the value of the outlineLevelRow property.
|
void |
setParent(java.lang.Object parent) |
void |
setThickBottom(java.lang.Boolean value)
Sets the value of the thickBottom property.
|
void |
setThickTop(java.lang.Boolean value)
Sets the value of the thickTop property.
|
void |
setZeroHeight(java.lang.Boolean value)
Sets the value of the zeroHeight property.
|
protected java.lang.Long baseColWidth
protected java.lang.Double defaultColWidth
protected double defaultRowHeight
protected java.lang.Boolean customHeight
protected java.lang.Boolean zeroHeight
protected java.lang.Boolean thickTop
protected java.lang.Boolean thickBottom
protected java.lang.Short outlineLevelRow
protected java.lang.Short outlineLevelCol
public long getBaseColWidth()
Longpublic void setBaseColWidth(java.lang.Long value)
value - allowed object is
Longpublic java.lang.Double getDefaultColWidth()
Doublepublic void setDefaultColWidth(java.lang.Double value)
value - allowed object is
Doublepublic double getDefaultRowHeight()
public void setDefaultRowHeight(double value)
public boolean isCustomHeight()
Booleanpublic void setCustomHeight(java.lang.Boolean value)
value - allowed object is
Booleanpublic boolean isZeroHeight()
Booleanpublic void setZeroHeight(java.lang.Boolean value)
value - allowed object is
Booleanpublic boolean isThickTop()
Booleanpublic void setThickTop(java.lang.Boolean value)
value - allowed object is
Booleanpublic boolean isThickBottom()
Booleanpublic void setThickBottom(java.lang.Boolean value)
value - allowed object is
Booleanpublic short getOutlineLevelRow()
Shortpublic void setOutlineLevelRow(java.lang.Short value)
value - allowed object is
Shortpublic short getOutlineLevelCol()
Shortpublic void setOutlineLevelCol(java.lang.Short value)
value - allowed object is
Shortpublic java.lang.Object getParent()
public void afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007–2023. All rights reserved.