public class CTChartsheet extends java.lang.Object implements Child
Java class for CT_Chartsheet complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_Chartsheet">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="sheetPr" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_ChartsheetPr" minOccurs="0"/>
<element name="sheetViews" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_ChartsheetViews"/>
<element name="sheetProtection" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_ChartsheetProtection" minOccurs="0"/>
<element name="customSheetViews" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_CustomChartsheetViews" minOccurs="0"/>
<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"/>
<element name="drawing" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_Drawing"/>
<element name="legacyDrawing" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_LegacyDrawing" minOccurs="0"/>
<element name="legacyDrawingHF" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_LegacyDrawing" minOccurs="0"/>
<element name="drawingHF" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_DrawingHF" minOccurs="0"/>
<element name="picture" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_SheetBackgroundPicture" minOccurs="0"/>
<element name="webPublishItems" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_WebPublishItems" minOccurs="0"/>
<element name="extLst" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_ExtensionList" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CTCustomChartsheetViews |
customSheetViews |
protected CTDrawing |
drawing |
protected CTDrawingHF |
drawingHF |
protected CTExtensionList |
extLst |
protected CTHeaderFooter |
headerFooter |
protected CTLegacyDrawing |
legacyDrawing |
protected CTLegacyDrawing |
legacyDrawingHF |
protected CTPageMargins |
pageMargins |
protected CTCsPageSetup |
pageSetup |
protected CTSheetBackgroundPicture |
picture |
protected CTChartsheetPr |
sheetPr |
protected CTChartsheetProtection |
sheetProtection |
protected CTChartsheetViews |
sheetViews |
protected CTWebPublishItems |
webPublishItems |
| Constructor and Description |
|---|
CTChartsheet() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
CTCustomChartsheetViews |
getCustomSheetViews()
Gets the value of the customSheetViews property.
|
CTDrawing |
getDrawing()
Gets the value of the drawing property.
|
CTDrawingHF |
getDrawingHF()
Gets the value of the drawingHF property.
|
CTExtensionList |
getExtLst()
Gets the value of the extLst property.
|
CTHeaderFooter |
getHeaderFooter()
Gets the value of the headerFooter property.
|
CTLegacyDrawing |
getLegacyDrawing()
Gets the value of the legacyDrawing property.
|
CTLegacyDrawing |
getLegacyDrawingHF()
Gets the value of the legacyDrawingHF property.
|
CTPageMargins |
getPageMargins()
Gets the value of the pageMargins property.
|
CTCsPageSetup |
getPageSetup()
Gets the value of the pageSetup property.
|
java.lang.Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
CTSheetBackgroundPicture |
getPicture()
Gets the value of the picture property.
|
CTChartsheetPr |
getSheetPr()
Gets the value of the sheetPr property.
|
CTChartsheetProtection |
getSheetProtection()
Gets the value of the sheetProtection property.
|
CTChartsheetViews |
getSheetViews()
Gets the value of the sheetViews property.
|
CTWebPublishItems |
getWebPublishItems()
Gets the value of the webPublishItems property.
|
void |
setCustomSheetViews(CTCustomChartsheetViews value)
Sets the value of the customSheetViews property.
|
void |
setDrawing(CTDrawing value)
Sets the value of the drawing property.
|
void |
setDrawingHF(CTDrawingHF value)
Sets the value of the drawingHF property.
|
void |
setExtLst(CTExtensionList value)
Sets the value of the extLst property.
|
void |
setHeaderFooter(CTHeaderFooter value)
Sets the value of the headerFooter property.
|
void |
setLegacyDrawing(CTLegacyDrawing value)
Sets the value of the legacyDrawing property.
|
void |
setLegacyDrawingHF(CTLegacyDrawing value)
Sets the value of the legacyDrawingHF 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(java.lang.Object parent) |
void |
setPicture(CTSheetBackgroundPicture value)
Sets the value of the picture property.
|
void |
setSheetPr(CTChartsheetPr value)
Sets the value of the sheetPr property.
|
void |
setSheetProtection(CTChartsheetProtection value)
Sets the value of the sheetProtection property.
|
void |
setSheetViews(CTChartsheetViews value)
Sets the value of the sheetViews property.
|
void |
setWebPublishItems(CTWebPublishItems value)
Sets the value of the webPublishItems property.
|
protected CTChartsheetPr sheetPr
protected CTChartsheetViews sheetViews
protected CTChartsheetProtection sheetProtection
protected CTCustomChartsheetViews customSheetViews
protected CTPageMargins pageMargins
protected CTCsPageSetup pageSetup
protected CTHeaderFooter headerFooter
protected CTDrawing drawing
protected CTLegacyDrawing legacyDrawing
protected CTLegacyDrawing legacyDrawingHF
protected CTDrawingHF drawingHF
protected CTSheetBackgroundPicture picture
protected CTWebPublishItems webPublishItems
protected CTExtensionList extLst
public CTChartsheetPr getSheetPr()
CTChartsheetPrpublic void setSheetPr(CTChartsheetPr value)
value - allowed object is
CTChartsheetPrpublic CTChartsheetViews getSheetViews()
CTChartsheetViewspublic void setSheetViews(CTChartsheetViews value)
value - allowed object is
CTChartsheetViewspublic CTChartsheetProtection getSheetProtection()
CTChartsheetProtectionpublic void setSheetProtection(CTChartsheetProtection value)
value - allowed object is
CTChartsheetProtectionpublic CTCustomChartsheetViews getCustomSheetViews()
CTCustomChartsheetViewspublic void setCustomSheetViews(CTCustomChartsheetViews value)
value - allowed object is
CTCustomChartsheetViewspublic 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 CTDrawing getDrawing()
CTDrawingpublic void setDrawing(CTDrawing value)
value - allowed object is
CTDrawingpublic CTLegacyDrawing getLegacyDrawing()
CTLegacyDrawingpublic void setLegacyDrawing(CTLegacyDrawing value)
value - allowed object is
CTLegacyDrawingpublic CTLegacyDrawing getLegacyDrawingHF()
CTLegacyDrawingpublic void setLegacyDrawingHF(CTLegacyDrawing value)
value - allowed object is
CTLegacyDrawingpublic CTDrawingHF getDrawingHF()
CTDrawingHFpublic void setDrawingHF(CTDrawingHF value)
value - allowed object is
CTDrawingHFpublic CTSheetBackgroundPicture getPicture()
CTSheetBackgroundPicturepublic void setPicture(CTSheetBackgroundPicture value)
value - allowed object is
CTSheetBackgroundPicturepublic CTWebPublishItems getWebPublishItems()
CTWebPublishItemspublic void setWebPublishItems(CTWebPublishItems value)
value - allowed object is
CTWebPublishItemspublic CTExtensionList getExtLst()
CTExtensionListpublic void setExtLst(CTExtensionList value)
value - allowed object is
CTExtensionListpublic java.lang.Object getParent()
public void afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007–2025. All rights reserved.