public class Dialogsheet extends 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>
Modifier and Type | Field and Description |
---|---|
protected CTControls |
controls |
protected CTCustomSheetViews |
customSheetViews |
protected CTDrawing |
drawing |
protected CTDrawingHF |
drawingHF |
protected CTExtensionList |
extLst |
protected CTHeaderFooter |
headerFooter |
protected CTLegacyDrawing |
legacyDrawing |
protected CTLegacyDrawing |
legacyDrawingHF |
protected CTOleObjects |
oleObjects |
protected CTPageMargins |
pageMargins |
protected CTPageSetup |
pageSetup |
protected CTPrintOptions |
printOptions |
protected CTSheetFormatPr |
sheetFormatPr |
protected CTSheetPr |
sheetPr |
protected CTSheetProtection |
sheetProtection |
protected SheetViews |
sheetViews |
Constructor and Description |
---|
Dialogsheet() |
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.
|
CTControls |
getControls()
Gets the value of the controls property.
|
CTCustomSheetViews |
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.
|
CTOleObjects |
getOleObjects()
Gets the value of the oleObjects property.
|
CTPageMargins |
getPageMargins()
Gets the value of the pageMargins property.
|
CTPageSetup |
getPageSetup()
Gets the value of the pageSetup property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
CTPrintOptions |
getPrintOptions()
Gets the value of the printOptions property.
|
CTSheetFormatPr |
getSheetFormatPr()
Gets the value of the sheetFormatPr property.
|
CTSheetPr |
getSheetPr()
Gets the value of the sheetPr property.
|
CTSheetProtection |
getSheetProtection()
Gets the value of the sheetProtection property.
|
SheetViews |
getSheetViews()
Gets the value of the sheetViews property.
|
void |
setControls(CTControls value)
Sets the value of the controls property.
|
void |
setCustomSheetViews(CTCustomSheetViews 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 |
setOleObjects(CTOleObjects value)
Sets the value of the oleObjects property.
|
void |
setPageMargins(CTPageMargins value)
Sets the value of the pageMargins property.
|
void |
setPageSetup(CTPageSetup value)
Sets the value of the pageSetup property.
|
void |
setParent(Object parent) |
void |
setPrintOptions(CTPrintOptions value)
Sets the value of the printOptions property.
|
void |
setSheetFormatPr(CTSheetFormatPr value)
Sets the value of the sheetFormatPr property.
|
void |
setSheetPr(CTSheetPr value)
Sets the value of the sheetPr property.
|
void |
setSheetProtection(CTSheetProtection value)
Sets the value of the sheetProtection property.
|
void |
setSheetViews(SheetViews value)
Sets the value of the sheetViews property.
|
protected CTSheetPr sheetPr
protected SheetViews sheetViews
protected CTSheetFormatPr sheetFormatPr
protected CTSheetProtection sheetProtection
protected CTCustomSheetViews customSheetViews
protected CTPrintOptions printOptions
protected CTPageMargins pageMargins
protected CTPageSetup pageSetup
protected CTHeaderFooter headerFooter
protected CTDrawing drawing
protected CTLegacyDrawing legacyDrawing
protected CTLegacyDrawing legacyDrawingHF
protected CTDrawingHF drawingHF
protected CTOleObjects oleObjects
protected CTControls controls
protected CTExtensionList extLst
public CTSheetPr getSheetPr()
CTSheetPr
public void setSheetPr(CTSheetPr value)
value
- allowed object is
CTSheetPr
public SheetViews getSheetViews()
SheetViews
public void setSheetViews(SheetViews value)
value
- allowed object is
SheetViews
public CTSheetFormatPr getSheetFormatPr()
CTSheetFormatPr
public void setSheetFormatPr(CTSheetFormatPr value)
value
- allowed object is
CTSheetFormatPr
public CTSheetProtection getSheetProtection()
CTSheetProtection
public void setSheetProtection(CTSheetProtection value)
value
- allowed object is
CTSheetProtection
public CTCustomSheetViews getCustomSheetViews()
CTCustomSheetViews
public void setCustomSheetViews(CTCustomSheetViews value)
value
- allowed object is
CTCustomSheetViews
public CTPrintOptions getPrintOptions()
CTPrintOptions
public void setPrintOptions(CTPrintOptions value)
value
- allowed object is
CTPrintOptions
public CTPageMargins getPageMargins()
CTPageMargins
public void setPageMargins(CTPageMargins value)
value
- allowed object is
CTPageMargins
public CTPageSetup getPageSetup()
CTPageSetup
public void setPageSetup(CTPageSetup value)
value
- allowed object is
CTPageSetup
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 CTOleObjects getOleObjects()
CTOleObjects
public void setOleObjects(CTOleObjects value)
value
- allowed object is
CTOleObjects
public CTControls getControls()
CTControls
public void setControls(CTControls value)
value
- allowed object is
CTControls
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.