public class CTSheetFormatPr extends 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 Long |
baseColWidth |
protected Boolean |
customHeight |
protected Double |
defaultColWidth |
protected double |
defaultRowHeight |
protected Short |
outlineLevelCol |
protected Short |
outlineLevelRow |
protected Boolean |
thickBottom |
protected Boolean |
thickTop |
protected Boolean |
zeroHeight |
Constructor and Description |
---|
CTSheetFormatPr() |
Modifier and Type | Method and Description |
---|---|
void |
afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
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.
|
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.
|
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(Long value)
Sets the value of the baseColWidth property.
|
void |
setCustomHeight(Boolean value)
Sets the value of the customHeight property.
|
void |
setDefaultColWidth(Double value)
Sets the value of the defaultColWidth property.
|
void |
setDefaultRowHeight(double value)
Sets the value of the defaultRowHeight property.
|
void |
setOutlineLevelCol(Short value)
Sets the value of the outlineLevelCol property.
|
void |
setOutlineLevelRow(Short value)
Sets the value of the outlineLevelRow property.
|
void |
setParent(Object parent) |
void |
setThickBottom(Boolean value)
Sets the value of the thickBottom property.
|
void |
setThickTop(Boolean value)
Sets the value of the thickTop property.
|
void |
setZeroHeight(Boolean value)
Sets the value of the zeroHeight property.
|
protected Long baseColWidth
protected Double defaultColWidth
protected double defaultRowHeight
protected Boolean customHeight
protected Boolean zeroHeight
protected Boolean thickTop
protected Boolean thickBottom
protected Short outlineLevelRow
protected Short outlineLevelCol
public long getBaseColWidth()
Long
public void setBaseColWidth(Long value)
value
- allowed object is
Long
public Double getDefaultColWidth()
Double
public void setDefaultColWidth(Double value)
value
- allowed object is
Double
public double getDefaultRowHeight()
public void setDefaultRowHeight(double value)
public boolean isCustomHeight()
Boolean
public void setCustomHeight(Boolean value)
value
- allowed object is
Boolean
public boolean isZeroHeight()
Boolean
public void setZeroHeight(Boolean value)
value
- allowed object is
Boolean
public boolean isThickTop()
Boolean
public void setThickTop(Boolean value)
value
- allowed object is
Boolean
public boolean isThickBottom()
Boolean
public void setThickBottom(Boolean value)
value
- allowed object is
Boolean
public short getOutlineLevelRow()
Short
public void setOutlineLevelRow(Short value)
value
- allowed object is
Short
public short getOutlineLevelCol()
Short
public void setOutlineLevelCol(Short value)
value
- allowed object is
Short
public Object getParent()
public void afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller, Object parent)
parent
- The parent object in the object tree.unmarshaller
- The unmarshaller that generated the instance.Copyright © 2007-2014. All Rights Reserved.