public class CTChartsheetPr extends Object implements 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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
codeName |
protected Boolean |
published |
protected CTColor |
tabColor |
| Constructor and Description |
|---|
CTChartsheetPr() |
| 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.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
CTColor |
getTabColor()
Gets the value of the tabColor property.
|
boolean |
isPublished()
Gets the value of the published property.
|
void |
setCodeName(String value)
Sets the value of the codeName property.
|
void |
setParent(Object parent) |
void |
setPublished(Boolean value)
Sets the value of the published property.
|
void |
setTabColor(CTColor value)
Sets the value of the tabColor property.
|
protected CTColor tabColor
protected Boolean published
protected String codeName
public CTColor getTabColor()
CTColorpublic void setTabColor(CTColor value)
value - allowed object is
CTColorpublic boolean isPublished()
Booleanpublic void setPublished(Boolean value)
value - allowed object is
Booleanpublic String getCodeName()
Stringpublic void setCodeName(String value)
value - allowed object is
Stringpublic 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.