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 Details

  • Constructor Details

    • CTChartsheet

      public CTChartsheet()
  • Method Details

    • getSheetPr

      public CTChartsheetPr getSheetPr()
      Gets the value of the sheetPr property.
      Returns:
      possible object is CTChartsheetPr
    • setSheetPr

      public void setSheetPr​(CTChartsheetPr value)
      Sets the value of the sheetPr property.
      Parameters:
      value - allowed object is CTChartsheetPr
    • getSheetViews

      public CTChartsheetViews getSheetViews()
      Gets the value of the sheetViews property.
      Returns:
      possible object is CTChartsheetViews
    • setSheetViews

      public void setSheetViews​(CTChartsheetViews value)
      Sets the value of the sheetViews property.
      Parameters:
      value - allowed object is CTChartsheetViews
    • getSheetProtection

      public CTChartsheetProtection getSheetProtection()
      Gets the value of the sheetProtection property.
      Returns:
      possible object is CTChartsheetProtection
    • setSheetProtection

      public void setSheetProtection​(CTChartsheetProtection value)
      Sets the value of the sheetProtection property.
      Parameters:
      value - allowed object is CTChartsheetProtection
    • getCustomSheetViews

      public CTCustomChartsheetViews getCustomSheetViews()
      Gets the value of the customSheetViews property.
      Returns:
      possible object is CTCustomChartsheetViews
    • setCustomSheetViews

      public void setCustomSheetViews​(CTCustomChartsheetViews value)
      Sets the value of the customSheetViews property.
      Parameters:
      value - allowed object is CTCustomChartsheetViews
    • getPageMargins

      public CTPageMargins getPageMargins()
      Gets the value of the pageMargins property.
      Returns:
      possible object is CTPageMargins
    • setPageMargins

      public void setPageMargins​(CTPageMargins value)
      Sets the value of the pageMargins property.
      Parameters:
      value - allowed object is CTPageMargins
    • getPageSetup

      public CTCsPageSetup getPageSetup()
      Gets the value of the pageSetup property.
      Returns:
      possible object is CTCsPageSetup
    • setPageSetup

      public void setPageSetup​(CTCsPageSetup value)
      Sets the value of the pageSetup property.
      Parameters:
      value - allowed object is CTCsPageSetup
    • getHeaderFooter

      public CTHeaderFooter getHeaderFooter()
      Gets the value of the headerFooter property.
      Returns:
      possible object is CTHeaderFooter
    • setHeaderFooter

      public void setHeaderFooter​(CTHeaderFooter value)
      Sets the value of the headerFooter property.
      Parameters:
      value - allowed object is CTHeaderFooter
    • getDrawing

      public CTDrawing getDrawing()
      Gets the value of the drawing property.
      Returns:
      possible object is CTDrawing
    • setDrawing

      public void setDrawing​(CTDrawing value)
      Sets the value of the drawing property.
      Parameters:
      value - allowed object is CTDrawing
    • getLegacyDrawing

      public CTLegacyDrawing getLegacyDrawing()
      Gets the value of the legacyDrawing property.
      Returns:
      possible object is CTLegacyDrawing
    • setLegacyDrawing

      public void setLegacyDrawing​(CTLegacyDrawing value)
      Sets the value of the legacyDrawing property.
      Parameters:
      value - allowed object is CTLegacyDrawing
    • getLegacyDrawingHF

      public CTLegacyDrawing getLegacyDrawingHF()
      Gets the value of the legacyDrawingHF property.
      Returns:
      possible object is CTLegacyDrawing
    • setLegacyDrawingHF

      public void setLegacyDrawingHF​(CTLegacyDrawing value)
      Sets the value of the legacyDrawingHF property.
      Parameters:
      value - allowed object is CTLegacyDrawing
    • getDrawingHF

      public CTDrawingHF getDrawingHF()
      Gets the value of the drawingHF property.
      Returns:
      possible object is CTDrawingHF
    • setDrawingHF

      public void setDrawingHF​(CTDrawingHF value)
      Sets the value of the drawingHF property.
      Parameters:
      value - allowed object is CTDrawingHF
    • getPicture

      public CTSheetBackgroundPicture getPicture()
      Gets the value of the picture property.
      Returns:
      possible object is CTSheetBackgroundPicture
    • setPicture

      public void setPicture​(CTSheetBackgroundPicture value)
      Sets the value of the picture property.
      Parameters:
      value - allowed object is CTSheetBackgroundPicture
    • getWebPublishItems

      public CTWebPublishItems getWebPublishItems()
      Gets the value of the webPublishItems property.
      Returns:
      possible object is CTWebPublishItems
    • setWebPublishItems

      public void setWebPublishItems​(CTWebPublishItems value)
      Sets the value of the webPublishItems property.
      Parameters:
      value - allowed object is CTWebPublishItems
    • getExtLst

      public CTExtensionList getExtLst()
      Gets the value of the extLst property.
      Returns:
      possible object is CTExtensionList
    • setExtLst

      public void setExtLst​(CTExtensionList value)
      Sets the value of the extLst property.
      Parameters:
      value - allowed object is CTExtensionList
    • getParent

      public java.lang.Object getParent()
      Gets the parent object in the object tree representing the unmarshalled xml document.
      Specified by:
      getParent in interface Child
      Returns:
      The parent object.
    • setParent

      public void setParent​(java.lang.Object parent)
      Specified by:
      setParent in interface Child
    • 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.