Package org.xlsx4j.sml
Class CTSheetPr
java.lang.Object
org.xlsx4j.sml.CTSheetPr
- All Implemented Interfaces:
Child
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>
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringcodeNameprotected java.lang.BooleanenableFormatConditionsCalculationprotected java.lang.BooleanfilterModeprotected CTOutlineProutlinePrprotected CTPageSetUpPrpageSetUpPrprotected java.lang.Booleanpublishedprotected java.lang.BooleansyncHorizontalprotected java.lang.StringsyncRefprotected java.lang.BooleansyncVerticalprotected CTColortabColorprotected java.lang.BooleantransitionEntryprotected java.lang.BooleantransitionEvaluation -
Constructor Summary
Constructors Constructor Description CTSheetPr() -
Method Summary
Modifier and Type Method Description voidafterUnmarshal(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.StringgetCodeName()Gets the value of the codeName property.CTOutlinePrgetOutlinePr()Gets the value of the outlinePr property.CTPageSetUpPrgetPageSetUpPr()Gets the value of the pageSetUpPr property.java.lang.ObjectgetParent()Gets the parent object in the object tree representing the unmarshalled xml document.java.lang.StringgetSyncRef()Gets the value of the syncRef property.CTColorgetTabColor()Gets the value of the tabColor property.booleanisEnableFormatConditionsCalculation()Gets the value of the enableFormatConditionsCalculation property.booleanisFilterMode()Gets the value of the filterMode property.booleanisPublished()Gets the value of the published property.booleanisSyncHorizontal()Gets the value of the syncHorizontal property.booleanisSyncVertical()Gets the value of the syncVertical property.booleanisTransitionEntry()Gets the value of the transitionEntry property.booleanisTransitionEvaluation()Gets the value of the transitionEvaluation property.voidsetCodeName(java.lang.String value)Sets the value of the codeName property.voidsetEnableFormatConditionsCalculation(java.lang.Boolean value)Sets the value of the enableFormatConditionsCalculation property.voidsetFilterMode(java.lang.Boolean value)Sets the value of the filterMode property.voidsetOutlinePr(CTOutlinePr value)Sets the value of the outlinePr property.voidsetPageSetUpPr(CTPageSetUpPr value)Sets the value of the pageSetUpPr property.voidsetParent(java.lang.Object parent)voidsetPublished(java.lang.Boolean value)Sets the value of the published property.voidsetSyncHorizontal(java.lang.Boolean value)Sets the value of the syncHorizontal property.voidsetSyncRef(java.lang.String value)Sets the value of the syncRef property.voidsetSyncVertical(java.lang.Boolean value)Sets the value of the syncVertical property.voidsetTabColor(CTColor value)Sets the value of the tabColor property.voidsetTransitionEntry(java.lang.Boolean value)Sets the value of the transitionEntry property.voidsetTransitionEvaluation(java.lang.Boolean value)Sets the value of the transitionEvaluation property.
-
Field Details
-
tabColor
-
outlinePr
-
pageSetUpPr
-
syncHorizontal
protected java.lang.Boolean syncHorizontal -
syncVertical
protected java.lang.Boolean syncVertical -
syncRef
protected java.lang.String syncRef -
transitionEvaluation
protected java.lang.Boolean transitionEvaluation -
transitionEntry
protected java.lang.Boolean transitionEntry -
published
protected java.lang.Boolean published -
codeName
protected java.lang.String codeName -
filterMode
protected java.lang.Boolean filterMode -
enableFormatConditionsCalculation
protected java.lang.Boolean enableFormatConditionsCalculation
-
-
Constructor Details
-
CTSheetPr
public CTSheetPr()
-
-
Method Details
-
getTabColor
Gets the value of the tabColor property.- Returns:
- possible object is
CTColor
-
setTabColor
Sets the value of the tabColor property.- Parameters:
value- allowed object isCTColor
-
getOutlinePr
Gets the value of the outlinePr property.- Returns:
- possible object is
CTOutlinePr
-
setOutlinePr
Sets the value of the outlinePr property.- Parameters:
value- allowed object isCTOutlinePr
-
getPageSetUpPr
Gets the value of the pageSetUpPr property.- Returns:
- possible object is
CTPageSetUpPr
-
setPageSetUpPr
Sets the value of the pageSetUpPr property.- Parameters:
value- allowed object isCTPageSetUpPr
-
isSyncHorizontal
public boolean isSyncHorizontal()Gets the value of the syncHorizontal property.- Returns:
- possible object is
Boolean
-
setSyncHorizontal
public void setSyncHorizontal(java.lang.Boolean value)Sets the value of the syncHorizontal property.- Parameters:
value- allowed object isBoolean
-
isSyncVertical
public boolean isSyncVertical()Gets the value of the syncVertical property.- Returns:
- possible object is
Boolean
-
setSyncVertical
public void setSyncVertical(java.lang.Boolean value)Sets the value of the syncVertical property.- Parameters:
value- allowed object isBoolean
-
getSyncRef
public java.lang.String getSyncRef()Gets the value of the syncRef property.- Returns:
- possible object is
String
-
setSyncRef
public void setSyncRef(java.lang.String value)Sets the value of the syncRef property.- Parameters:
value- allowed object isString
-
isTransitionEvaluation
public boolean isTransitionEvaluation()Gets the value of the transitionEvaluation property.- Returns:
- possible object is
Boolean
-
setTransitionEvaluation
public void setTransitionEvaluation(java.lang.Boolean value)Sets the value of the transitionEvaluation property.- Parameters:
value- allowed object isBoolean
-
isTransitionEntry
public boolean isTransitionEntry()Gets the value of the transitionEntry property.- Returns:
- possible object is
Boolean
-
setTransitionEntry
public void setTransitionEntry(java.lang.Boolean value)Sets the value of the transitionEntry property.- Parameters:
value- allowed object isBoolean
-
isPublished
public boolean isPublished()Gets the value of the published property.- Returns:
- possible object is
Boolean
-
setPublished
public void setPublished(java.lang.Boolean value)Sets the value of the published property.- Parameters:
value- allowed object isBoolean
-
getCodeName
public java.lang.String getCodeName()Gets the value of the codeName property.- Returns:
- possible object is
String
-
setCodeName
public void setCodeName(java.lang.String value)Sets the value of the codeName property.- Parameters:
value- allowed object isString
-
isFilterMode
public boolean isFilterMode()Gets the value of the filterMode property.- Returns:
- possible object is
Boolean
-
setFilterMode
public void setFilterMode(java.lang.Boolean value)Sets the value of the filterMode property.- Parameters:
value- allowed object isBoolean
-
isEnableFormatConditionsCalculation
public boolean isEnableFormatConditionsCalculation()Gets the value of the enableFormatConditionsCalculation property.- Returns:
- possible object is
Boolean
-
setEnableFormatConditionsCalculation
public void setEnableFormatConditionsCalculation(java.lang.Boolean value)Sets the value of the enableFormatConditionsCalculation property.- Parameters:
value- allowed object isBoolean
-
getParent
public java.lang.Object getParent()Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
public void setParent(java.lang.Object parent) -
afterUnmarshal
public 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.- Parameters:
parent- The parent object in the object tree.unmarshaller- The unmarshaller that generated the instance.
-