Package org.xlsx4j.sml
Class CTSheetPr
java.lang.Object
org.xlsx4j.sml.CTSheetPr
- All Implemented Interfaces:
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 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, Object parent) This method is invoked by the JAXB implementation on each instance when unmarshalling completes.Gets the value of the codeName property.Gets the value of the outlinePr property.Gets the value of the pageSetUpPr property.Gets the parent object in the object tree representing the unmarshalled xml document.Gets the value of the syncRef property.Gets the value of the tabColor property.booleanGets the value of the enableFormatConditionsCalculation property.booleanGets the value of the filterMode property.booleanGets the value of the published property.booleanGets the value of the syncHorizontal property.booleanGets the value of the syncVertical property.booleanGets the value of the transitionEntry property.booleanGets the value of the transitionEvaluation property.voidsetCodeName(String value) Sets the value of the codeName property.voidSets the value of the enableFormatConditionsCalculation property.voidsetFilterMode(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.voidvoidsetPublished(Boolean value) Sets the value of the published property.voidsetSyncHorizontal(Boolean value) Sets the value of the syncHorizontal property.voidsetSyncRef(String value) Sets the value of the syncRef property.voidsetSyncVertical(Boolean value) Sets the value of the syncVertical property.voidsetTabColor(CTColor value) Sets the value of the tabColor property.voidsetTransitionEntry(Boolean value) Sets the value of the transitionEntry property.voidsetTransitionEvaluation(Boolean value) Sets the value of the transitionEvaluation property.
-
Field Details
-
tabColor
-
outlinePr
-
pageSetUpPr
-
syncHorizontal
-
syncVertical
-
syncRef
-
transitionEvaluation
-
transitionEntry
-
published
-
codeName
-
filterMode
-
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
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
Sets the value of the syncVertical property.- Parameters:
value- allowed object isBoolean
-
getSyncRef
Gets the value of the syncRef property.- Returns:
- possible object is
String
-
setSyncRef
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
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
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
Sets the value of the published property.- Parameters:
value- allowed object isBoolean
-
getCodeName
Gets the value of the codeName property.- Returns:
- possible object is
String
-
setCodeName
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
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
Sets the value of the enableFormatConditionsCalculation property.- Parameters:
value- allowed object isBoolean
-
getParent
Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
-
afterUnmarshal
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.
-