Class Dialogsheet

java.lang.Object
org.xlsx4j.sml.Dialogsheet
All Implemented Interfaces:
Child

public class Dialogsheet
extends java.lang.Object
implements Child

Java class for CT_Dialogsheet complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="CT_Dialogsheet">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="sheetPr" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_SheetPr" minOccurs="0"/>
         <element name="sheetViews" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_SheetViews" minOccurs="0"/>
         <element name="sheetFormatPr" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_SheetFormatPr" minOccurs="0"/>
         <element name="sheetProtection" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_SheetProtection" minOccurs="0"/>
         <element name="customSheetViews" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_CustomSheetViews" minOccurs="0"/>
         <element name="printOptions" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_PrintOptions" 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_PageSetup" 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" minOccurs="0"/>
         <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="oleObjects" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_OleObjects" minOccurs="0"/>
         <element name="controls" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_Controls" 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

    • Dialogsheet

      public Dialogsheet()
  • Method Details

    • getSheetPr

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

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

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

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

      public CTSheetFormatPr getSheetFormatPr()
      Gets the value of the sheetFormatPr property.
      Returns:
      possible object is CTSheetFormatPr
    • setSheetFormatPr

      public void setSheetFormatPr​(CTSheetFormatPr value)
      Sets the value of the sheetFormatPr property.
      Parameters:
      value - allowed object is CTSheetFormatPr
    • getSheetProtection

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

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

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

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

      public CTPrintOptions getPrintOptions()
      Gets the value of the printOptions property.
      Returns:
      possible object is CTPrintOptions
    • setPrintOptions

      public void setPrintOptions​(CTPrintOptions value)
      Sets the value of the printOptions property.
      Parameters:
      value - allowed object is CTPrintOptions
    • 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 CTPageSetup getPageSetup()
      Gets the value of the pageSetup property.
      Returns:
      possible object is CTPageSetup
    • setPageSetup

      public void setPageSetup​(CTPageSetup value)
      Sets the value of the pageSetup property.
      Parameters:
      value - allowed object is CTPageSetup
    • 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
    • getOleObjects

      public CTOleObjects getOleObjects()
      Gets the value of the oleObjects property.
      Returns:
      possible object is CTOleObjects
    • setOleObjects

      public void setOleObjects​(CTOleObjects value)
      Sets the value of the oleObjects property.
      Parameters:
      value - allowed object is CTOleObjects
    • getControls

      public CTControls getControls()
      Gets the value of the controls property.
      Returns:
      possible object is CTControls
    • setControls

      public void setControls​(CTControls value)
      Sets the value of the controls property.
      Parameters:
      value - allowed object is CTControls
    • 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.