Package org.xlsx4j.sml
Class Dialogsheet
java.lang.Object
org.xlsx4j.sml.Dialogsheet
- All Implemented Interfaces:
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 Summary
FieldsModifier and TypeFieldDescriptionprotected CTControlsprotected CTCustomSheetViewsprotected CTDrawingprotected CTDrawingHFprotected CTExtensionListprotected CTHeaderFooterprotected CTLegacyDrawingprotected CTLegacyDrawingprotected CTOleObjectsprotected CTPageMarginsprotected CTPageSetupprotected CTPrintOptionsprotected CTSheetFormatPrprotected CTSheetPrprotected CTSheetProtectionprotected SheetViews -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, Object parent) This method is invoked by the JAXB implementation on each instance when unmarshalling completes.Gets the value of the controls property.Gets the value of the customSheetViews property.Gets the value of the drawing property.Gets the value of the drawingHF property.Gets the value of the extLst property.Gets the value of the headerFooter property.Gets the value of the legacyDrawing property.Gets the value of the legacyDrawingHF property.Gets the value of the oleObjects property.Gets the value of the pageMargins property.Gets the value of the pageSetup property.Gets the parent object in the object tree representing the unmarshalled xml document.Gets the value of the printOptions property.Gets the value of the sheetFormatPr property.Gets the value of the sheetPr property.Gets the value of the sheetProtection property.Gets the value of the sheetViews property.voidsetControls(CTControls value) Sets the value of the controls property.voidSets 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.voidSets the value of the legacyDrawingHF property.voidsetOleObjects(CTOleObjects value) Sets the value of the oleObjects property.voidsetPageMargins(CTPageMargins value) Sets the value of the pageMargins property.voidsetPageSetup(CTPageSetup value) Sets the value of the pageSetup property.voidvoidsetPrintOptions(CTPrintOptions value) Sets the value of the printOptions property.voidsetSheetFormatPr(CTSheetFormatPr value) Sets the value of the sheetFormatPr property.voidsetSheetPr(CTSheetPr value) Sets the value of the sheetPr property.voidSets the value of the sheetProtection property.voidsetSheetViews(SheetViews value) Sets the value of the sheetViews property.
-
Field Details
-
sheetPr
-
sheetViews
-
sheetFormatPr
-
sheetProtection
-
customSheetViews
-
printOptions
-
pageMargins
-
pageSetup
-
drawing
-
legacyDrawing
-
legacyDrawingHF
-
drawingHF
-
oleObjects
-
controls
-
extLst
-
-
Constructor Details
-
Dialogsheet
public Dialogsheet()
-
-
Method Details
-
getSheetPr
Gets the value of the sheetPr property.- Returns:
- possible object is
CTSheetPr
-
setSheetPr
Sets the value of the sheetPr property.- Parameters:
value- allowed object isCTSheetPr
-
getSheetViews
Gets the value of the sheetViews property.- Returns:
- possible object is
SheetViews
-
setSheetViews
Sets the value of the sheetViews property.- Parameters:
value- allowed object isSheetViews
-
getSheetFormatPr
Gets the value of the sheetFormatPr property.- Returns:
- possible object is
CTSheetFormatPr
-
setSheetFormatPr
Sets the value of the sheetFormatPr property.- Parameters:
value- allowed object isCTSheetFormatPr
-
getSheetProtection
Gets the value of the sheetProtection property.- Returns:
- possible object is
CTSheetProtection
-
setSheetProtection
Sets the value of the sheetProtection property.- Parameters:
value- allowed object isCTSheetProtection
-
getCustomSheetViews
Gets the value of the customSheetViews property.- Returns:
- possible object is
CTCustomSheetViews
-
setCustomSheetViews
Sets the value of the customSheetViews property.- Parameters:
value- allowed object isCTCustomSheetViews
-
getPrintOptions
Gets the value of the printOptions property.- Returns:
- possible object is
CTPrintOptions
-
setPrintOptions
Sets the value of the printOptions property.- Parameters:
value- allowed object isCTPrintOptions
-
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
CTPageSetup
-
setPageSetup
Sets the value of the pageSetup property.- Parameters:
value- allowed object isCTPageSetup
-
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
-
getOleObjects
Gets the value of the oleObjects property.- Returns:
- possible object is
CTOleObjects
-
setOleObjects
Sets the value of the oleObjects property.- Parameters:
value- allowed object isCTOleObjects
-
getControls
Gets the value of the controls property.- Returns:
- possible object is
CTControls
-
setControls
Sets the value of the controls property.- Parameters:
value- allowed object isCTControls
-
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
Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
-
afterUnmarshal
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.
-