public class CTChartsheetView extends Object implements Child
Java class for CT_ChartsheetView complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_ChartsheetView">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="extLst" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_ExtensionList" minOccurs="0"/>
</sequence>
<attribute name="tabSelected" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="zoomScale" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" default="100" />
<attribute name="workbookViewId" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
<attribute name="zoomToFit" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CTExtensionList |
extLst |
protected Boolean |
tabSelected |
protected long |
workbookViewId |
protected Long |
zoomScale |
protected Boolean |
zoomToFit |
| Constructor and Description |
|---|
CTChartsheetView() |
| 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.
|
CTExtensionList |
getExtLst()
Gets the value of the extLst property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
long |
getWorkbookViewId()
Gets the value of the workbookViewId property.
|
long |
getZoomScale()
Gets the value of the zoomScale property.
|
boolean |
isTabSelected()
Gets the value of the tabSelected property.
|
boolean |
isZoomToFit()
Gets the value of the zoomToFit property.
|
void |
setExtLst(CTExtensionList value)
Sets the value of the extLst property.
|
void |
setParent(Object parent) |
void |
setTabSelected(Boolean value)
Sets the value of the tabSelected property.
|
void |
setWorkbookViewId(long value)
Sets the value of the workbookViewId property.
|
void |
setZoomScale(Long value)
Sets the value of the zoomScale property.
|
void |
setZoomToFit(Boolean value)
Sets the value of the zoomToFit property.
|
protected CTExtensionList extLst
protected Boolean tabSelected
protected Long zoomScale
protected long workbookViewId
protected Boolean zoomToFit
public CTExtensionList getExtLst()
CTExtensionListpublic void setExtLst(CTExtensionList value)
value - allowed object is
CTExtensionListpublic boolean isTabSelected()
Booleanpublic void setTabSelected(Boolean value)
value - allowed object is
Booleanpublic long getZoomScale()
Longpublic void setZoomScale(Long value)
value - allowed object is
Longpublic long getWorkbookViewId()
public void setWorkbookViewId(long value)
public boolean isZoomToFit()
Booleanpublic void setZoomToFit(Boolean value)
value - allowed object is
Booleanpublic 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-2019. All Rights Reserved.