Package org.xlsx4j.sml
Class CTCustomChartsheetView
java.lang.Object
org.xlsx4j.sml.CTCustomChartsheetView
- All Implemented Interfaces:
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
FieldsModifier and TypeFieldDescriptionprotected Stringprotected CTHeaderFooterprotected CTPageMarginsprotected CTCsPageSetupprotected Longprotected STSheetStateprotected 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.getGuid()Gets the value of the guid property.Gets the value of the headerFooter property.Gets the value of the pageMargins property.Gets the value of the pageSetup property.Gets the parent object in the object tree representing the unmarshalled xml document.longgetScale()Gets the value of the scale property.getState()Gets the value of the state property.booleanGets the value of the zoomToFit property.voidSets 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.voidvoidSets the value of the scale property.voidsetState(STSheetState value) Sets the value of the state property.voidsetZoomToFit(Boolean value) Sets the value of the zoomToFit property.
-
Field Details
-
pageMargins
-
pageSetup
-
guid
-
scale
-
state
-
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
-
getGuid
Gets the value of the guid property.- Returns:
- possible object is
String
-
setGuid
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
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
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.
-