public class CTCustomChartsheetView extends 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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
guid |
protected CTHeaderFooter |
headerFooter |
protected CTPageMargins |
pageMargins |
protected CTCsPageSetup |
pageSetup |
protected Long |
scale |
protected STSheetState |
state |
protected Boolean |
zoomToFit |
| Constructor and Description |
|---|
CTCustomChartsheetView() |
| 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 |
getGuid()
Gets the value of the guid property.
|
CTHeaderFooter |
getHeaderFooter()
Gets the value of the headerFooter property.
|
CTPageMargins |
getPageMargins()
Gets the value of the pageMargins property.
|
CTCsPageSetup |
getPageSetup()
Gets the value of the pageSetup property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
long |
getScale()
Gets the value of the scale property.
|
STSheetState |
getState()
Gets the value of the state property.
|
boolean |
isZoomToFit()
Gets the value of the zoomToFit property.
|
void |
setGuid(String value)
Sets the value of the guid property.
|
void |
setHeaderFooter(CTHeaderFooter value)
Sets the value of the headerFooter property.
|
void |
setPageMargins(CTPageMargins value)
Sets the value of the pageMargins property.
|
void |
setPageSetup(CTCsPageSetup value)
Sets the value of the pageSetup property.
|
void |
setParent(Object parent) |
void |
setScale(Long value)
Sets the value of the scale property.
|
void |
setState(STSheetState value)
Sets the value of the state property.
|
void |
setZoomToFit(Boolean value)
Sets the value of the zoomToFit property.
|
protected CTPageMargins pageMargins
protected CTCsPageSetup pageSetup
protected CTHeaderFooter headerFooter
protected String guid
protected Long scale
protected STSheetState state
protected Boolean zoomToFit
public CTPageMargins getPageMargins()
CTPageMarginspublic void setPageMargins(CTPageMargins value)
value - allowed object is
CTPageMarginspublic CTCsPageSetup getPageSetup()
CTCsPageSetuppublic void setPageSetup(CTCsPageSetup value)
value - allowed object is
CTCsPageSetuppublic CTHeaderFooter getHeaderFooter()
CTHeaderFooterpublic void setHeaderFooter(CTHeaderFooter value)
value - allowed object is
CTHeaderFooterpublic String getGuid()
Stringpublic void setGuid(String value)
value - allowed object is
Stringpublic long getScale()
Longpublic void setScale(Long value)
value - allowed object is
Longpublic STSheetState getState()
STSheetStatepublic void setState(STSheetState value)
value - allowed object is
STSheetStatepublic 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-2021. All Rights Reserved.