public class CTSheetPr extends java.lang.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 java.lang.String |
codeName |
protected java.lang.Boolean |
enableFormatConditionsCalculation |
protected java.lang.Boolean |
filterMode |
protected CTOutlinePr |
outlinePr |
protected CTPageSetUpPr |
pageSetUpPr |
protected java.lang.Boolean |
published |
protected java.lang.Boolean |
syncHorizontal |
protected java.lang.String |
syncRef |
protected java.lang.Boolean |
syncVertical |
protected CTColor |
tabColor |
protected java.lang.Boolean |
transitionEntry |
protected java.lang.Boolean |
transitionEvaluation |
| Constructor and Description |
|---|
CTSheetPr() |
| 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.
|
java.lang.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.
|
java.lang.Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
java.lang.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(java.lang.String value)
Sets the value of the codeName property.
|
void |
setEnableFormatConditionsCalculation(java.lang.Boolean value)
Sets the value of the enableFormatConditionsCalculation property.
|
void |
setFilterMode(java.lang.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(java.lang.Object parent) |
void |
setPublished(java.lang.Boolean value)
Sets the value of the published property.
|
void |
setSyncHorizontal(java.lang.Boolean value)
Sets the value of the syncHorizontal property.
|
void |
setSyncRef(java.lang.String value)
Sets the value of the syncRef property.
|
void |
setSyncVertical(java.lang.Boolean value)
Sets the value of the syncVertical property.
|
void |
setTabColor(CTColor value)
Sets the value of the tabColor property.
|
void |
setTransitionEntry(java.lang.Boolean value)
Sets the value of the transitionEntry property.
|
void |
setTransitionEvaluation(java.lang.Boolean value)
Sets the value of the transitionEvaluation property.
|
protected CTColor tabColor
protected CTOutlinePr outlinePr
protected CTPageSetUpPr pageSetUpPr
protected java.lang.Boolean syncHorizontal
protected java.lang.Boolean syncVertical
protected java.lang.String syncRef
protected java.lang.Boolean transitionEvaluation
protected java.lang.Boolean transitionEntry
protected java.lang.Boolean published
protected java.lang.String codeName
protected java.lang.Boolean filterMode
protected java.lang.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(java.lang.Boolean value)
value - allowed object is
Booleanpublic boolean isSyncVertical()
Booleanpublic void setSyncVertical(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getSyncRef()
Stringpublic void setSyncRef(java.lang.String value)
value - allowed object is
Stringpublic boolean isTransitionEvaluation()
Booleanpublic void setTransitionEvaluation(java.lang.Boolean value)
value - allowed object is
Booleanpublic boolean isTransitionEntry()
Booleanpublic void setTransitionEntry(java.lang.Boolean value)
value - allowed object is
Booleanpublic boolean isPublished()
Booleanpublic void setPublished(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getCodeName()
Stringpublic void setCodeName(java.lang.String value)
value - allowed object is
Stringpublic boolean isFilterMode()
Booleanpublic void setFilterMode(java.lang.Boolean value)
value - allowed object is
Booleanpublic boolean isEnableFormatConditionsCalculation()
Booleanpublic void setEnableFormatConditionsCalculation(java.lang.Boolean value)
value - allowed object is
Booleanpublic 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–2025. All rights reserved.