Package org.xlsx4j.sml
Class CTCustomSheetView
java.lang.Object
org.xlsx4j.sml.CTCustomSheetView
- All Implemented Interfaces:
Child
public class CTCustomSheetView extends java.lang.Object implements Child
Java class for CT_CustomSheetView complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_CustomSheetView">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="pane" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_Pane" minOccurs="0"/>
<element name="selection" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_Selection" 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="pageMargins" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_PageMargins" minOccurs="0"/>
<element name="printOptions" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_PrintOptions" 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="autoFilter" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_AutoFilter" minOccurs="0"/>
<element name="extLst" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}CT_ExtensionList" minOccurs="0"/>
</sequence>
<attribute name="guid" use="required" type="{http://schemas.openxmlformats.org/officeDocument/2006/sharedTypes}ST_Guid" />
<attribute name="scale" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" default="100" />
<attribute name="colorId" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" default="64" />
<attribute name="showPageBreaks" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="showFormulas" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="showGridLines" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="showRowCol" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="outlineSymbols" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="zeroValues" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="fitToPage" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="printArea" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="filter" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="showAutoFilter" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="hiddenRows" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="hiddenColumns" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="state" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}ST_SheetState" default="visible" />
<attribute name="filterUnique" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="view" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}ST_SheetViewType" default="normal" />
<attribute name="showRuler" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="topLeftCell" type="{http://schemas.openxmlformats.org/spreadsheetml/2006/main}ST_CellRef" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields Modifier and Type Field Description protected CTAutoFilterautoFilterprotected CTPageBreakcolBreaksprotected java.lang.LongcolorIdprotected CTExtensionListextLstprotected java.lang.Booleanfilterprotected java.lang.BooleanfilterUniqueprotected java.lang.BooleanfitToPageprotected java.lang.Stringguidprotected CTHeaderFooterheaderFooterprotected java.lang.BooleanhiddenColumnsprotected java.lang.BooleanhiddenRowsprotected java.lang.BooleanoutlineSymbolsprotected CTPageMarginspageMarginsprotected CTPageSetuppageSetupprotected CTPanepaneprotected java.lang.BooleanprintAreaprotected CTPrintOptionsprintOptionsprotected CTPageBreakrowBreaksprotected java.lang.Longscaleprotected CTSelectionselectionprotected java.lang.BooleanshowAutoFilterprotected java.lang.BooleanshowFormulasprotected java.lang.BooleanshowGridLinesprotected java.lang.BooleanshowPageBreaksprotected java.lang.BooleanshowRowColprotected java.lang.BooleanshowRulerprotected STSheetStatestateprotected java.lang.StringtopLeftCellprotected STSheetViewTypeviewprotected java.lang.BooleanzeroValues -
Constructor Summary
Constructors Constructor Description CTCustomSheetView() -
Method Summary
Modifier and Type Method Description voidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)This method is invoked by the JAXB implementation on each instance when unmarshalling completes.CTAutoFiltergetAutoFilter()Gets the value of the autoFilter property.CTPageBreakgetColBreaks()Gets the value of the colBreaks property.longgetColorId()Gets the value of the colorId property.CTExtensionListgetExtLst()Gets the value of the extLst property.java.lang.StringgetGuid()Gets the value of the guid property.CTHeaderFootergetHeaderFooter()Gets the value of the headerFooter property.CTPageMarginsgetPageMargins()Gets the value of the pageMargins property.CTPageSetupgetPageSetup()Gets the value of the pageSetup property.CTPanegetPane()Gets the value of the pane property.java.lang.ObjectgetParent()Gets the parent object in the object tree representing the unmarshalled xml document.CTPrintOptionsgetPrintOptions()Gets the value of the printOptions property.CTPageBreakgetRowBreaks()Gets the value of the rowBreaks property.longgetScale()Gets the value of the scale property.CTSelectiongetSelection()Gets the value of the selection property.STSheetStategetState()Gets the value of the state property.java.lang.StringgetTopLeftCell()Gets the value of the topLeftCell property.STSheetViewTypegetView()Gets the value of the view property.booleanisFilter()Gets the value of the filter property.booleanisFilterUnique()Gets the value of the filterUnique property.booleanisFitToPage()Gets the value of the fitToPage property.booleanisHiddenColumns()Gets the value of the hiddenColumns property.booleanisHiddenRows()Gets the value of the hiddenRows property.booleanisOutlineSymbols()Gets the value of the outlineSymbols property.booleanisPrintArea()Gets the value of the printArea property.booleanisShowAutoFilter()Gets the value of the showAutoFilter property.booleanisShowFormulas()Gets the value of the showFormulas property.booleanisShowGridLines()Gets the value of the showGridLines property.booleanisShowPageBreaks()Gets the value of the showPageBreaks property.booleanisShowRowCol()Gets the value of the showRowCol property.booleanisShowRuler()Gets the value of the showRuler property.booleanisZeroValues()Gets the value of the zeroValues property.voidsetAutoFilter(CTAutoFilter value)Sets the value of the autoFilter property.voidsetColBreaks(CTPageBreak value)Sets the value of the colBreaks property.voidsetColorId(java.lang.Long value)Sets the value of the colorId property.voidsetExtLst(CTExtensionList value)Sets the value of the extLst property.voidsetFilter(java.lang.Boolean value)Sets the value of the filter property.voidsetFilterUnique(java.lang.Boolean value)Sets the value of the filterUnique property.voidsetFitToPage(java.lang.Boolean value)Sets the value of the fitToPage property.voidsetGuid(java.lang.String value)Sets the value of the guid property.voidsetHeaderFooter(CTHeaderFooter value)Sets the value of the headerFooter property.voidsetHiddenColumns(java.lang.Boolean value)Sets the value of the hiddenColumns property.voidsetHiddenRows(java.lang.Boolean value)Sets the value of the hiddenRows property.voidsetOutlineSymbols(java.lang.Boolean value)Sets the value of the outlineSymbols property.voidsetPageMargins(CTPageMargins value)Sets the value of the pageMargins property.voidsetPageSetup(CTPageSetup value)Sets the value of the pageSetup property.voidsetPane(CTPane value)Sets the value of the pane property.voidsetParent(java.lang.Object parent)voidsetPrintArea(java.lang.Boolean value)Sets the value of the printArea property.voidsetPrintOptions(CTPrintOptions value)Sets the value of the printOptions property.voidsetRowBreaks(CTPageBreak value)Sets the value of the rowBreaks property.voidsetScale(java.lang.Long value)Sets the value of the scale property.voidsetSelection(CTSelection value)Sets the value of the selection property.voidsetShowAutoFilter(java.lang.Boolean value)Sets the value of the showAutoFilter property.voidsetShowFormulas(java.lang.Boolean value)Sets the value of the showFormulas property.voidsetShowGridLines(java.lang.Boolean value)Sets the value of the showGridLines property.voidsetShowPageBreaks(java.lang.Boolean value)Sets the value of the showPageBreaks property.voidsetShowRowCol(java.lang.Boolean value)Sets the value of the showRowCol property.voidsetShowRuler(java.lang.Boolean value)Sets the value of the showRuler property.voidsetState(STSheetState value)Sets the value of the state property.voidsetTopLeftCell(java.lang.String value)Sets the value of the topLeftCell property.voidsetView(STSheetViewType value)Sets the value of the view property.voidsetZeroValues(java.lang.Boolean value)Sets the value of the zeroValues property.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
pane
-
selection
-
rowBreaks
-
colBreaks
-
pageMargins
-
printOptions
-
pageSetup
-
autoFilter
-
extLst
-
guid
protected java.lang.String guid -
scale
protected java.lang.Long scale -
colorId
protected java.lang.Long colorId -
showPageBreaks
protected java.lang.Boolean showPageBreaks -
showFormulas
protected java.lang.Boolean showFormulas -
showGridLines
protected java.lang.Boolean showGridLines -
showRowCol
protected java.lang.Boolean showRowCol -
outlineSymbols
protected java.lang.Boolean outlineSymbols -
zeroValues
protected java.lang.Boolean zeroValues -
fitToPage
protected java.lang.Boolean fitToPage -
printArea
protected java.lang.Boolean printArea -
filter
protected java.lang.Boolean filter -
showAutoFilter
protected java.lang.Boolean showAutoFilter -
state
-
filterUnique
protected java.lang.Boolean filterUnique -
view
-
showRuler
protected java.lang.Boolean showRuler -
topLeftCell
protected java.lang.String topLeftCell
-
-
Constructor Details
-
CTCustomSheetView
public CTCustomSheetView()
-
-
Method Details
-
getPane
Gets the value of the pane property.- Returns:
- possible object is
CTPane
-
setPane
Sets the value of the pane property.- Parameters:
value- allowed object isCTPane
-
getSelection
Gets the value of the selection property.- Returns:
- possible object is
CTSelection
-
setSelection
Sets the value of the selection property.- Parameters:
value- allowed object isCTSelection
-
getRowBreaks
Gets the value of the rowBreaks property.- Returns:
- possible object is
CTPageBreak
-
setRowBreaks
Sets the value of the rowBreaks property.- Parameters:
value- allowed object isCTPageBreak
-
getColBreaks
Gets the value of the colBreaks property.- Returns:
- possible object is
CTPageBreak
-
setColBreaks
Sets the value of the colBreaks property.- Parameters:
value- allowed object isCTPageBreak
-
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
-
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
-
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
-
getAutoFilter
Gets the value of the autoFilter property.- Returns:
- possible object is
CTAutoFilter
-
setAutoFilter
Sets the value of the autoFilter property.- Parameters:
value- allowed object isCTAutoFilter
-
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
-
getGuid
public java.lang.String getGuid()Gets the value of the guid property.- Returns:
- possible object is
String
-
setGuid
public void setGuid(java.lang.String value)Sets the value of the guid property.- Parameters:
value- allowed object isString
-
getScale
public long getScale()Gets the value of the scale property.- Returns:
- possible object is
Long
-
setScale
public void setScale(java.lang.Long value)Sets the value of the scale property.- Parameters:
value- allowed object isLong
-
getColorId
public long getColorId()Gets the value of the colorId property.- Returns:
- possible object is
Long
-
setColorId
public void setColorId(java.lang.Long value)Sets the value of the colorId property.- Parameters:
value- allowed object isLong
-
isShowPageBreaks
public boolean isShowPageBreaks()Gets the value of the showPageBreaks property.- Returns:
- possible object is
Boolean
-
setShowPageBreaks
public void setShowPageBreaks(java.lang.Boolean value)Sets the value of the showPageBreaks property.- Parameters:
value- allowed object isBoolean
-
isShowFormulas
public boolean isShowFormulas()Gets the value of the showFormulas property.- Returns:
- possible object is
Boolean
-
setShowFormulas
public void setShowFormulas(java.lang.Boolean value)Sets the value of the showFormulas property.- Parameters:
value- allowed object isBoolean
-
isShowGridLines
public boolean isShowGridLines()Gets the value of the showGridLines property.- Returns:
- possible object is
Boolean
-
setShowGridLines
public void setShowGridLines(java.lang.Boolean value)Sets the value of the showGridLines property.- Parameters:
value- allowed object isBoolean
-
isShowRowCol
public boolean isShowRowCol()Gets the value of the showRowCol property.- Returns:
- possible object is
Boolean
-
setShowRowCol
public void setShowRowCol(java.lang.Boolean value)Sets the value of the showRowCol property.- Parameters:
value- allowed object isBoolean
-
isOutlineSymbols
public boolean isOutlineSymbols()Gets the value of the outlineSymbols property.- Returns:
- possible object is
Boolean
-
setOutlineSymbols
public void setOutlineSymbols(java.lang.Boolean value)Sets the value of the outlineSymbols property.- Parameters:
value- allowed object isBoolean
-
isZeroValues
public boolean isZeroValues()Gets the value of the zeroValues property.- Returns:
- possible object is
Boolean
-
setZeroValues
public void setZeroValues(java.lang.Boolean value)Sets the value of the zeroValues property.- Parameters:
value- allowed object isBoolean
-
isFitToPage
public boolean isFitToPage()Gets the value of the fitToPage property.- Returns:
- possible object is
Boolean
-
setFitToPage
public void setFitToPage(java.lang.Boolean value)Sets the value of the fitToPage property.- Parameters:
value- allowed object isBoolean
-
isPrintArea
public boolean isPrintArea()Gets the value of the printArea property.- Returns:
- possible object is
Boolean
-
setPrintArea
public void setPrintArea(java.lang.Boolean value)Sets the value of the printArea property.- Parameters:
value- allowed object isBoolean
-
isFilter
public boolean isFilter()Gets the value of the filter property.- Returns:
- possible object is
Boolean
-
setFilter
public void setFilter(java.lang.Boolean value)Sets the value of the filter property.- Parameters:
value- allowed object isBoolean
-
isShowAutoFilter
public boolean isShowAutoFilter()Gets the value of the showAutoFilter property.- Returns:
- possible object is
Boolean
-
setShowAutoFilter
public void setShowAutoFilter(java.lang.Boolean value)Sets the value of the showAutoFilter property.- Parameters:
value- allowed object isBoolean
-
isHiddenRows
public boolean isHiddenRows()Gets the value of the hiddenRows property.- Returns:
- possible object is
Boolean
-
setHiddenRows
public void setHiddenRows(java.lang.Boolean value)Sets the value of the hiddenRows property.- Parameters:
value- allowed object isBoolean
-
isHiddenColumns
public boolean isHiddenColumns()Gets the value of the hiddenColumns property.- Returns:
- possible object is
Boolean
-
setHiddenColumns
public void setHiddenColumns(java.lang.Boolean value)Sets the value of the hiddenColumns property.- Parameters:
value- allowed object isBoolean
-
getState
Gets the value of the state property.- Returns:
- possible object is
STSheetState
-
setState
Sets the value of the state property.- Parameters:
value- allowed object isSTSheetState
-
isFilterUnique
public boolean isFilterUnique()Gets the value of the filterUnique property.- Returns:
- possible object is
Boolean
-
setFilterUnique
public void setFilterUnique(java.lang.Boolean value)Sets the value of the filterUnique property.- Parameters:
value- allowed object isBoolean
-
getView
Gets the value of the view property.- Returns:
- possible object is
STSheetViewType
-
setView
Sets the value of the view property.- Parameters:
value- allowed object isSTSheetViewType
-
isShowRuler
public boolean isShowRuler()Gets the value of the showRuler property.- Returns:
- possible object is
Boolean
-
setShowRuler
public void setShowRuler(java.lang.Boolean value)Sets the value of the showRuler property.- Parameters:
value- allowed object isBoolean
-
getTopLeftCell
public java.lang.String getTopLeftCell()Gets the value of the topLeftCell property.- Returns:
- possible object is
String
-
setTopLeftCell
public void setTopLeftCell(java.lang.String value)Sets the value of the topLeftCell property.- Parameters:
value- allowed object isString
-
getParent
public java.lang.Object getParent()Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
public void setParent(java.lang.Object parent) -
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.
-