Package org.xlsx4j.sml
Class CTChartsheet
java.lang.Object
org.xlsx4j.sml.CTChartsheet
- All Implemented Interfaces:
Child
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>
-
Field Summary
Fields Modifier and Type Field Description protected CTCustomChartsheetViewscustomSheetViewsprotected CTDrawingdrawingprotected CTDrawingHFdrawingHFprotected CTExtensionListextLstprotected CTHeaderFooterheaderFooterprotected CTLegacyDrawinglegacyDrawingprotected CTLegacyDrawinglegacyDrawingHFprotected CTPageMarginspageMarginsprotected CTCsPageSetuppageSetupprotected CTSheetBackgroundPicturepictureprotected CTChartsheetPrsheetPrprotected CTChartsheetProtectionsheetProtectionprotected CTChartsheetViewssheetViewsprotected CTWebPublishItemswebPublishItems -
Constructor Summary
Constructors Constructor Description CTChartsheet() -
Method Summary
Modifier and Type Method Description voidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)This method is invoked by the JAXB implementation on each instance when unmarshalling completes.CTCustomChartsheetViewsgetCustomSheetViews()Gets the value of the customSheetViews property.CTDrawinggetDrawing()Gets the value of the drawing property.CTDrawingHFgetDrawingHF()Gets the value of the drawingHF property.CTExtensionListgetExtLst()Gets the value of the extLst property.CTHeaderFootergetHeaderFooter()Gets the value of the headerFooter property.CTLegacyDrawinggetLegacyDrawing()Gets the value of the legacyDrawing property.CTLegacyDrawinggetLegacyDrawingHF()Gets the value of the legacyDrawingHF 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.CTSheetBackgroundPicturegetPicture()Gets the value of the picture property.CTChartsheetPrgetSheetPr()Gets the value of the sheetPr property.CTChartsheetProtectiongetSheetProtection()Gets the value of the sheetProtection property.CTChartsheetViewsgetSheetViews()Gets the value of the sheetViews property.CTWebPublishItemsgetWebPublishItems()Gets the value of the webPublishItems property.voidsetCustomSheetViews(CTCustomChartsheetViews value)Sets the value of the customSheetViews property.voidsetDrawing(CTDrawing value)Sets the value of the drawing property.voidsetDrawingHF(CTDrawingHF value)Sets the value of the drawingHF property.voidsetExtLst(CTExtensionList value)Sets the value of the extLst property.voidsetHeaderFooter(CTHeaderFooter value)Sets the value of the headerFooter property.voidsetLegacyDrawing(CTLegacyDrawing value)Sets the value of the legacyDrawing property.voidsetLegacyDrawingHF(CTLegacyDrawing value)Sets the value of the legacyDrawingHF 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)voidsetPicture(CTSheetBackgroundPicture value)Sets the value of the picture property.voidsetSheetPr(CTChartsheetPr value)Sets the value of the sheetPr property.voidsetSheetProtection(CTChartsheetProtection value)Sets the value of the sheetProtection property.voidsetSheetViews(CTChartsheetViews value)Sets the value of the sheetViews property.voidsetWebPublishItems(CTWebPublishItems value)Sets the value of the webPublishItems property.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
sheetPr
-
sheetViews
-
sheetProtection
-
customSheetViews
-
pageMargins
-
pageSetup
-
drawing
-
legacyDrawing
-
legacyDrawingHF
-
drawingHF
-
picture
-
webPublishItems
-
extLst
-
-
Constructor Details
-
CTChartsheet
public CTChartsheet()
-
-
Method Details
-
getSheetPr
Gets the value of the sheetPr property.- Returns:
- possible object is
CTChartsheetPr
-
setSheetPr
Sets the value of the sheetPr property.- Parameters:
value- allowed object isCTChartsheetPr
-
getSheetViews
Gets the value of the sheetViews property.- Returns:
- possible object is
CTChartsheetViews
-
setSheetViews
Sets the value of the sheetViews property.- Parameters:
value- allowed object isCTChartsheetViews
-
getSheetProtection
Gets the value of the sheetProtection property.- Returns:
- possible object is
CTChartsheetProtection
-
setSheetProtection
Sets the value of the sheetProtection property.- Parameters:
value- allowed object isCTChartsheetProtection
-
getCustomSheetViews
Gets the value of the customSheetViews property.- Returns:
- possible object is
CTCustomChartsheetViews
-
setCustomSheetViews
Sets the value of the customSheetViews property.- Parameters:
value- allowed object isCTCustomChartsheetViews
-
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
-
getDrawing
Gets the value of the drawing property.- Returns:
- possible object is
CTDrawing
-
setDrawing
Sets the value of the drawing property.- Parameters:
value- allowed object isCTDrawing
-
getLegacyDrawing
Gets the value of the legacyDrawing property.- Returns:
- possible object is
CTLegacyDrawing
-
setLegacyDrawing
Sets the value of the legacyDrawing property.- Parameters:
value- allowed object isCTLegacyDrawing
-
getLegacyDrawingHF
Gets the value of the legacyDrawingHF property.- Returns:
- possible object is
CTLegacyDrawing
-
setLegacyDrawingHF
Sets the value of the legacyDrawingHF property.- Parameters:
value- allowed object isCTLegacyDrawing
-
getDrawingHF
Gets the value of the drawingHF property.- Returns:
- possible object is
CTDrawingHF
-
setDrawingHF
Sets the value of the drawingHF property.- Parameters:
value- allowed object isCTDrawingHF
-
getPicture
Gets the value of the picture property.- Returns:
- possible object is
CTSheetBackgroundPicture
-
setPicture
Sets the value of the picture property.- Parameters:
value- allowed object isCTSheetBackgroundPicture
-
getWebPublishItems
Gets the value of the webPublishItems property.- Returns:
- possible object is
CTWebPublishItems
-
setWebPublishItems
Sets the value of the webPublishItems property.- Parameters:
value- allowed object isCTWebPublishItems
-
getExtLst
Gets the value of the extLst property.- Returns:
- possible object is
CTExtensionList
-
setExtLst
Sets the value of the extLst property.- Parameters:
value- allowed object isCTExtensionList
-
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(jakarta.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.
-