public class CTChartsheet extends 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(Unmarshaller unmarshaller,
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.
|
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(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()
CTChartsheetPr
public void setSheetPr(CTChartsheetPr value)
value
- allowed object is
CTChartsheetPr
public CTChartsheetViews getSheetViews()
CTChartsheetViews
public void setSheetViews(CTChartsheetViews value)
value
- allowed object is
CTChartsheetViews
public CTChartsheetProtection getSheetProtection()
CTChartsheetProtection
public void setSheetProtection(CTChartsheetProtection value)
value
- allowed object is
CTChartsheetProtection
public CTCustomChartsheetViews getCustomSheetViews()
CTCustomChartsheetViews
public void setCustomSheetViews(CTCustomChartsheetViews value)
value
- allowed object is
CTCustomChartsheetViews
public CTPageMargins getPageMargins()
CTPageMargins
public void setPageMargins(CTPageMargins value)
value
- allowed object is
CTPageMargins
public CTCsPageSetup getPageSetup()
CTCsPageSetup
public void setPageSetup(CTCsPageSetup value)
value
- allowed object is
CTCsPageSetup
public CTHeaderFooter getHeaderFooter()
CTHeaderFooter
public void setHeaderFooter(CTHeaderFooter value)
value
- allowed object is
CTHeaderFooter
public CTDrawing getDrawing()
CTDrawing
public void setDrawing(CTDrawing value)
value
- allowed object is
CTDrawing
public CTLegacyDrawing getLegacyDrawing()
CTLegacyDrawing
public void setLegacyDrawing(CTLegacyDrawing value)
value
- allowed object is
CTLegacyDrawing
public CTLegacyDrawing getLegacyDrawingHF()
CTLegacyDrawing
public void setLegacyDrawingHF(CTLegacyDrawing value)
value
- allowed object is
CTLegacyDrawing
public CTDrawingHF getDrawingHF()
CTDrawingHF
public void setDrawingHF(CTDrawingHF value)
value
- allowed object is
CTDrawingHF
public CTSheetBackgroundPicture getPicture()
CTSheetBackgroundPicture
public void setPicture(CTSheetBackgroundPicture value)
value
- allowed object is
CTSheetBackgroundPicture
public CTWebPublishItems getWebPublishItems()
CTWebPublishItems
public void setWebPublishItems(CTWebPublishItems value)
value
- allowed object is
CTWebPublishItems
public CTExtensionList getExtLst()
CTExtensionList
public void setExtLst(CTExtensionList value)
value
- allowed object is
CTExtensionList
public 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-2019. All Rights Reserved.