Package org.xlsx4j.sml
Class CTChartsheetView
java.lang.Object
org.xlsx4j.sml.CTChartsheetView
- All Implemented Interfaces:
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>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected CTExtensionListprotected Booleanprotected longprotected Longprotected Boolean -
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 extLst property.Gets the parent object in the object tree representing the unmarshalled xml document.longGets the value of the workbookViewId property.longGets the value of the zoomScale property.booleanGets the value of the tabSelected property.booleanGets the value of the zoomToFit property.voidsetExtLst(CTExtensionList value) Sets the value of the extLst property.voidvoidsetTabSelected(Boolean value) Sets the value of the tabSelected property.voidsetWorkbookViewId(long value) Sets the value of the workbookViewId property.voidsetZoomScale(Long value) Sets the value of the zoomScale property.voidsetZoomToFit(Boolean value) Sets the value of the zoomToFit property.
-
Field Details
-
extLst
-
tabSelected
-
zoomScale
-
workbookViewId
protected long workbookViewId -
zoomToFit
-
-
Constructor Details
-
CTChartsheetView
public CTChartsheetView()
-
-
Method Details
-
getExtLst
Gets the value of the extLst property.- Returns:
- possible object is
CTExtensionList
-
setExtLst
Sets the value of the extLst property.- Parameters:
value- allowed object isCTExtensionList
-
isTabSelected
public boolean isTabSelected()Gets the value of the tabSelected property.- Returns:
- possible object is
Boolean
-
setTabSelected
Sets the value of the tabSelected property.- Parameters:
value- allowed object isBoolean
-
getZoomScale
public long getZoomScale()Gets the value of the zoomScale property.- Returns:
- possible object is
Long
-
setZoomScale
Sets the value of the zoomScale property.- Parameters:
value- allowed object isLong
-
getWorkbookViewId
public long getWorkbookViewId()Gets the value of the workbookViewId property. -
setWorkbookViewId
public void setWorkbookViewId(long value) Sets the value of the workbookViewId property. -
isZoomToFit
public boolean isZoomToFit()Gets the value of the zoomToFit property.- Returns:
- possible object is
Boolean
-
setZoomToFit
Sets the value of the zoomToFit 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.
-