Package org.xlsx4j.sml
Class CTChartsheetPr
java.lang.Object
org.xlsx4j.sml.CTChartsheetPr
- All Implemented Interfaces:
Child
Java class for CT_ChartsheetPr complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_ChartsheetPr">
<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"/>
</sequence>
<attribute name="published" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="codeName" type="{http://www.w3.org/2001/XMLSchema}string" />
</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 parent object in the object tree representing the unmarshalled xml document.Gets the value of the tabColor property.booleanGets the value of the published property.voidsetCodeName(String value) Sets the value of the codeName property.voidvoidsetPublished(Boolean value) Sets the value of the published property.voidsetTabColor(CTColor value) Sets the value of the tabColor property.
-
Field Details
-
tabColor
-
published
-
codeName
-
-
Constructor Details
-
CTChartsheetPr
public CTChartsheetPr()
-
-
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
-
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
-
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.
-