Package org.xlsx4j.sml
Class CTCustomChartsheetView
java.lang.Object
org.xlsx4j.sml.CTCustomChartsheetView
- All Implemented Interfaces:
Child
public class CTCustomChartsheetView extends java.lang.Object implements Child
Java class for CT_CustomChartsheetView complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_CustomChartsheetView">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="pageMargins" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_PageMargins" minOccurs="0"/>
<element name="pageSetup" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_CsPageSetup" minOccurs="0"/>
<element name="headerFooter" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_HeaderFooter" minOccurs="0"/>
</sequence>
<attribute name="guid" use="required" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_Guid" />
<attribute name="scale" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" default="100" />
<attribute name="state" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}ST_SheetState" default="visible" />
<attribute name="zoomToFit" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Stringguidprotected CTHeaderFooterheaderFooterprotected CTPageMarginspageMarginsprotected CTCsPageSetuppageSetupprotected java.lang.Longscaleprotected STSheetStatestateprotected java.lang.BooleanzoomToFit -
Constructor Summary
Constructors Constructor Description CTCustomChartsheetView() -
Method Summary
Modifier and Type Method Description voidafterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)This method is invoked by the JAXB implementation on each instance when unmarshalling completes.java.lang.StringgetGuid()Gets the value of the guid property.CTHeaderFootergetHeaderFooter()Gets the value of the headerFooter property.CTPageMarginsgetPageMargins()Gets the value of the pageMargins property.CTCsPageSetupgetPageSetup()Gets the value of the pageSetup property.java.lang.ObjectgetParent()Gets the parent object in the object tree representing the unmarshalled xml document.longgetScale()Gets the value of the scale property.STSheetStategetState()Gets the value of the state property.booleanisZoomToFit()Gets the value of the zoomToFit property.voidsetGuid(java.lang.String value)Sets the value of the guid property.voidsetHeaderFooter(CTHeaderFooter value)Sets the value of the headerFooter property.voidsetPageMargins(CTPageMargins value)Sets the value of the pageMargins property.voidsetPageSetup(CTCsPageSetup value)Sets the value of the pageSetup property.voidsetParent(java.lang.Object parent)voidsetScale(java.lang.Long value)Sets the value of the scale property.voidsetState(STSheetState value)Sets the value of the state property.voidsetZoomToFit(java.lang.Boolean value)Sets the value of the zoomToFit property.
-
Field Details
-
pageMargins
-
pageSetup
-
headerFooter
-
guid
protected java.lang.String guid -
scale
protected java.lang.Long scale -
state
-
zoomToFit
protected java.lang.Boolean zoomToFit
-
-
Constructor Details
-
CTCustomChartsheetView
public CTCustomChartsheetView()
-
-
Method Details
-
getPageMargins
Gets the value of the pageMargins property.- Returns:
- possible object is
CTPageMargins
-
setPageMargins
Sets the value of the pageMargins property.- Parameters:
value- allowed object isCTPageMargins
-
getPageSetup
Gets the value of the pageSetup property.- Returns:
- possible object is
CTCsPageSetup
-
setPageSetup
Sets the value of the pageSetup property.- Parameters:
value- allowed object isCTCsPageSetup
-
getHeaderFooter
Gets the value of the headerFooter property.- Returns:
- possible object is
CTHeaderFooter
-
setHeaderFooter
Sets the value of the headerFooter property.- Parameters:
value- allowed object isCTHeaderFooter
-
getGuid
public java.lang.String getGuid()Gets the value of the guid property.- Returns:
- possible object is
String
-
setGuid
public void setGuid(java.lang.String value)Sets the value of the guid property.- Parameters:
value- allowed object isString
-
getScale
public long getScale()Gets the value of the scale property.- Returns:
- possible object is
Long
-
setScale
public void setScale(java.lang.Long value)Sets the value of the scale property.- Parameters:
value- allowed object isLong
-
getState
Gets the value of the state property.- Returns:
- possible object is
STSheetState
-
setState
Sets the value of the state property.- Parameters:
value- allowed object isSTSheetState
-
isZoomToFit
public boolean isZoomToFit()Gets the value of the zoomToFit property.- Returns:
- possible object is
Boolean
-
setZoomToFit
public void setZoomToFit(java.lang.Boolean value)Sets the value of the zoomToFit property.- Parameters:
value- allowed object isBoolean
-
getParent
public java.lang.Object getParent()Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
public void setParent(java.lang.Object parent) -
afterUnmarshal
public void afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)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.
-