public class Macrosheet extends Object implements Child
Java class for CT_Macrosheet complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_Macrosheet">
<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="dimension" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_SheetDimension" 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="cols" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_Cols" maxOccurs="unbounded" minOccurs="0"/>
<element name="sheetData" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_SheetData"/>
<element name="sheetProtection" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_SheetProtection" minOccurs="0"/>
<element name="autoFilter" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_AutoFilter" minOccurs="0"/>
<element name="sortState" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_SortState" minOccurs="0"/>
<element name="dataConsolidate" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_DataConsolidate" minOccurs="0"/>
<element name="customSheetViews" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_CustomSheetViews" minOccurs="0"/>
<element name="phoneticPr" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_PhoneticPr" minOccurs="0"/>
<element name="conditionalFormatting" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_ConditionalFormatting" maxOccurs="unbounded" 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="rowBreaks" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_PageBreak" minOccurs="0"/>
<element name="colBreaks" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_PageBreak" minOccurs="0"/>
<element name="customProperties" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_CustomProperties" 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="picture" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_SheetBackgroundPicture" minOccurs="0"/>
<element name="oleObjects" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_OleObjects" minOccurs="0"/>
<element name="extLst" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_ExtensionList" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
Macrosheet() |
| 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.
|
CTAutoFilter |
getAutoFilter()
Gets the value of the autoFilter property.
|
CTPageBreak |
getColBreaks()
Gets the value of the colBreaks property.
|
List<Cols> |
getCols()
Gets the value of the cols property.
|
List<CTConditionalFormatting> |
getConditionalFormatting()
Gets the value of the conditionalFormatting property.
|
CTCustomProperties |
getCustomProperties()
Gets the value of the customProperties property.
|
CTCustomSheetViews |
getCustomSheetViews()
Gets the value of the customSheetViews property.
|
CTDataConsolidate |
getDataConsolidate()
Gets the value of the dataConsolidate property.
|
CTSheetDimension |
getDimension()
Gets the value of the dimension 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.
|
CTPhoneticPr |
getPhoneticPr()
Gets the value of the phoneticPr property.
|
CTSheetBackgroundPicture |
getPicture()
Gets the value of the picture property.
|
CTPrintOptions |
getPrintOptions()
Gets the value of the printOptions property.
|
CTPageBreak |
getRowBreaks()
Gets the value of the rowBreaks property.
|
SheetData |
getSheetData()
Gets the value of the sheetData 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.
|
CTSortState |
getSortState()
Gets the value of the sortState property.
|
void |
setAutoFilter(CTAutoFilter value)
Sets the value of the autoFilter property.
|
void |
setColBreaks(CTPageBreak value)
Sets the value of the colBreaks property.
|
void |
setCustomProperties(CTCustomProperties value)
Sets the value of the customProperties property.
|
void |
setCustomSheetViews(CTCustomSheetViews value)
Sets the value of the customSheetViews property.
|
void |
setDataConsolidate(CTDataConsolidate value)
Sets the value of the dataConsolidate property.
|
void |
setDimension(CTSheetDimension value)
Sets the value of the dimension 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 |
setPhoneticPr(CTPhoneticPr value)
Sets the value of the phoneticPr property.
|
void |
setPicture(CTSheetBackgroundPicture value)
Sets the value of the picture property.
|
void |
setPrintOptions(CTPrintOptions value)
Sets the value of the printOptions property.
|
void |
setRowBreaks(CTPageBreak value)
Sets the value of the rowBreaks property.
|
void |
setSheetData(SheetData value)
Sets the value of the sheetData 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.
|
void |
setSortState(CTSortState value)
Sets the value of the sortState property.
|
protected CTSheetPr sheetPr
protected CTSheetDimension dimension
protected SheetViews sheetViews
protected CTSheetFormatPr sheetFormatPr
protected SheetData sheetData
protected CTSheetProtection sheetProtection
protected CTAutoFilter autoFilter
protected CTSortState sortState
protected CTDataConsolidate dataConsolidate
protected CTCustomSheetViews customSheetViews
protected CTPhoneticPr phoneticPr
protected List<CTConditionalFormatting> conditionalFormatting
protected CTPrintOptions printOptions
protected CTPageMargins pageMargins
protected CTPageSetup pageSetup
protected CTHeaderFooter headerFooter
protected CTPageBreak rowBreaks
protected CTPageBreak colBreaks
protected CTCustomProperties customProperties
protected CTDrawing drawing
protected CTLegacyDrawing legacyDrawing
protected CTLegacyDrawing legacyDrawingHF
protected CTDrawingHF drawingHF
protected CTSheetBackgroundPicture picture
protected CTOleObjects oleObjects
protected CTExtensionList extLst
public CTSheetPr getSheetPr()
CTSheetPrpublic void setSheetPr(CTSheetPr value)
value - allowed object is
CTSheetPrpublic CTSheetDimension getDimension()
CTSheetDimensionpublic void setDimension(CTSheetDimension value)
value - allowed object is
CTSheetDimensionpublic SheetViews getSheetViews()
SheetViewspublic void setSheetViews(SheetViews value)
value - allowed object is
SheetViewspublic CTSheetFormatPr getSheetFormatPr()
CTSheetFormatPrpublic void setSheetFormatPr(CTSheetFormatPr value)
value - allowed object is
CTSheetFormatPrpublic List<Cols> getCols()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the cols property.
For example, to add a new item, do as follows:
getCols().add(newItem);
Objects of the following type(s) are allowed in the list
Cols
public SheetData getSheetData()
SheetDatapublic void setSheetData(SheetData value)
value - allowed object is
SheetDatapublic CTSheetProtection getSheetProtection()
CTSheetProtectionpublic void setSheetProtection(CTSheetProtection value)
value - allowed object is
CTSheetProtectionpublic CTAutoFilter getAutoFilter()
CTAutoFilterpublic void setAutoFilter(CTAutoFilter value)
value - allowed object is
CTAutoFilterpublic CTSortState getSortState()
CTSortStatepublic void setSortState(CTSortState value)
value - allowed object is
CTSortStatepublic CTDataConsolidate getDataConsolidate()
CTDataConsolidatepublic void setDataConsolidate(CTDataConsolidate value)
value - allowed object is
CTDataConsolidatepublic CTCustomSheetViews getCustomSheetViews()
CTCustomSheetViewspublic void setCustomSheetViews(CTCustomSheetViews value)
value - allowed object is
CTCustomSheetViewspublic CTPhoneticPr getPhoneticPr()
CTPhoneticPrpublic void setPhoneticPr(CTPhoneticPr value)
value - allowed object is
CTPhoneticPrpublic List<CTConditionalFormatting> getConditionalFormatting()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the conditionalFormatting property.
For example, to add a new item, do as follows:
getConditionalFormatting().add(newItem);
Objects of the following type(s) are allowed in the list
CTConditionalFormatting
public CTPrintOptions getPrintOptions()
CTPrintOptionspublic void setPrintOptions(CTPrintOptions value)
value - allowed object is
CTPrintOptionspublic CTPageMargins getPageMargins()
CTPageMarginspublic void setPageMargins(CTPageMargins value)
value - allowed object is
CTPageMarginspublic CTPageSetup getPageSetup()
CTPageSetuppublic void setPageSetup(CTPageSetup value)
value - allowed object is
CTPageSetuppublic CTHeaderFooter getHeaderFooter()
CTHeaderFooterpublic void setHeaderFooter(CTHeaderFooter value)
value - allowed object is
CTHeaderFooterpublic CTPageBreak getRowBreaks()
CTPageBreakpublic void setRowBreaks(CTPageBreak value)
value - allowed object is
CTPageBreakpublic CTPageBreak getColBreaks()
CTPageBreakpublic void setColBreaks(CTPageBreak value)
value - allowed object is
CTPageBreakpublic CTCustomProperties getCustomProperties()
CTCustomPropertiespublic void setCustomProperties(CTCustomProperties value)
value - allowed object is
CTCustomPropertiespublic CTDrawing getDrawing()
CTDrawingpublic void setDrawing(CTDrawing value)
value - allowed object is
CTDrawingpublic CTLegacyDrawing getLegacyDrawing()
CTLegacyDrawingpublic void setLegacyDrawing(CTLegacyDrawing value)
value - allowed object is
CTLegacyDrawingpublic CTLegacyDrawing getLegacyDrawingHF()
CTLegacyDrawingpublic void setLegacyDrawingHF(CTLegacyDrawing value)
value - allowed object is
CTLegacyDrawingpublic CTDrawingHF getDrawingHF()
CTDrawingHFpublic void setDrawingHF(CTDrawingHF value)
value - allowed object is
CTDrawingHFpublic CTSheetBackgroundPicture getPicture()
CTSheetBackgroundPicturepublic void setPicture(CTSheetBackgroundPicture value)
value - allowed object is
CTSheetBackgroundPicturepublic CTOleObjects getOleObjects()
CTOleObjectspublic void setOleObjects(CTOleObjects value)
value - allowed object is
CTOleObjectspublic CTExtensionList getExtLst()
CTExtensionListpublic void setExtLst(CTExtensionList value)
value - allowed object is
CTExtensionListpublic 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-2021. All Rights Reserved.