public class CTSheetPr extends Object implements Child
Java class for CT_SheetPr complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_SheetPr">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="tabColor" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_Color" minOccurs="0"/>
<element name="outlinePr" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_OutlinePr" minOccurs="0"/>
<element name="pageSetUpPr" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_PageSetUpPr" minOccurs="0"/>
</sequence>
<attribute name="syncHorizontal" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="syncVertical" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="syncRef" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}ST_Ref" />
<attribute name="transitionEvaluation" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="transitionEntry" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="published" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="codeName" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="filterMode" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="enableFormatConditionsCalculation" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
codeName |
protected Boolean |
enableFormatConditionsCalculation |
protected Boolean |
filterMode |
protected CTOutlinePr |
outlinePr |
protected CTPageSetUpPr |
pageSetUpPr |
protected Boolean |
published |
protected Boolean |
syncHorizontal |
protected String |
syncRef |
protected Boolean |
syncVertical |
protected CTColor |
tabColor |
protected Boolean |
transitionEntry |
protected Boolean |
transitionEvaluation |
| Constructor and Description |
|---|
CTSheetPr() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(Unmarshaller unmarshaller,
Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
String |
getCodeName()
Gets the value of the codeName property.
|
CTOutlinePr |
getOutlinePr()
Gets the value of the outlinePr property.
|
CTPageSetUpPr |
getPageSetUpPr()
Gets the value of the pageSetUpPr property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
String |
getSyncRef()
Gets the value of the syncRef property.
|
CTColor |
getTabColor()
Gets the value of the tabColor property.
|
boolean |
isEnableFormatConditionsCalculation()
Gets the value of the enableFormatConditionsCalculation property.
|
boolean |
isFilterMode()
Gets the value of the filterMode property.
|
boolean |
isPublished()
Gets the value of the published property.
|
boolean |
isSyncHorizontal()
Gets the value of the syncHorizontal property.
|
boolean |
isSyncVertical()
Gets the value of the syncVertical property.
|
boolean |
isTransitionEntry()
Gets the value of the transitionEntry property.
|
boolean |
isTransitionEvaluation()
Gets the value of the transitionEvaluation property.
|
void |
setCodeName(String value)
Sets the value of the codeName property.
|
void |
setEnableFormatConditionsCalculation(Boolean value)
Sets the value of the enableFormatConditionsCalculation property.
|
void |
setFilterMode(Boolean value)
Sets the value of the filterMode property.
|
void |
setOutlinePr(CTOutlinePr value)
Sets the value of the outlinePr property.
|
void |
setPageSetUpPr(CTPageSetUpPr value)
Sets the value of the pageSetUpPr property.
|
void |
setParent(Object parent) |
void |
setPublished(Boolean value)
Sets the value of the published property.
|
void |
setSyncHorizontal(Boolean value)
Sets the value of the syncHorizontal property.
|
void |
setSyncRef(String value)
Sets the value of the syncRef property.
|
void |
setSyncVertical(Boolean value)
Sets the value of the syncVertical property.
|
void |
setTabColor(CTColor value)
Sets the value of the tabColor property.
|
void |
setTransitionEntry(Boolean value)
Sets the value of the transitionEntry property.
|
void |
setTransitionEvaluation(Boolean value)
Sets the value of the transitionEvaluation property.
|
protected CTColor tabColor
protected CTOutlinePr outlinePr
protected CTPageSetUpPr pageSetUpPr
protected Boolean syncHorizontal
protected Boolean syncVertical
protected String syncRef
protected Boolean transitionEvaluation
protected Boolean transitionEntry
protected Boolean published
protected String codeName
protected Boolean filterMode
protected Boolean enableFormatConditionsCalculation
public CTColor getTabColor()
CTColorpublic void setTabColor(CTColor value)
value - allowed object is
CTColorpublic CTOutlinePr getOutlinePr()
CTOutlinePrpublic void setOutlinePr(CTOutlinePr value)
value - allowed object is
CTOutlinePrpublic CTPageSetUpPr getPageSetUpPr()
CTPageSetUpPrpublic void setPageSetUpPr(CTPageSetUpPr value)
value - allowed object is
CTPageSetUpPrpublic boolean isSyncHorizontal()
Booleanpublic void setSyncHorizontal(Boolean value)
value - allowed object is
Booleanpublic boolean isSyncVertical()
Booleanpublic void setSyncVertical(Boolean value)
value - allowed object is
Booleanpublic String getSyncRef()
Stringpublic void setSyncRef(String value)
value - allowed object is
Stringpublic boolean isTransitionEvaluation()
Booleanpublic void setTransitionEvaluation(Boolean value)
value - allowed object is
Booleanpublic boolean isTransitionEntry()
Booleanpublic void setTransitionEntry(Boolean value)
value - allowed object is
Booleanpublic boolean isPublished()
Booleanpublic void setPublished(Boolean value)
value - allowed object is
Booleanpublic String getCodeName()
Stringpublic void setCodeName(String value)
value - allowed object is
Stringpublic boolean isFilterMode()
Booleanpublic void setFilterMode(Boolean value)
value - allowed object is
Booleanpublic boolean isEnableFormatConditionsCalculation()
Booleanpublic void setEnableFormatConditionsCalculation(Boolean value)
value - allowed object is
Booleanpublic Object getParent()
public void afterUnmarshal(Unmarshaller unmarshaller, Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007-2022. All Rights Reserved.