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>
| Modifier and Type | Field and Description |
|---|---|
protected CTAutoFilter |
autoFilter |
protected CTPageBreak |
colBreaks |
protected java.lang.Long |
colorId |
protected CTExtensionList |
extLst |
protected java.lang.Boolean |
filter |
protected java.lang.Boolean |
filterUnique |
protected java.lang.Boolean |
fitToPage |
protected java.lang.String |
guid |
protected CTHeaderFooter |
headerFooter |
protected java.lang.Boolean |
hiddenColumns |
protected java.lang.Boolean |
hiddenRows |
protected java.lang.Boolean |
outlineSymbols |
protected CTPageMargins |
pageMargins |
protected CTPageSetup |
pageSetup |
protected CTPane |
pane |
protected java.lang.Boolean |
printArea |
protected CTPrintOptions |
printOptions |
protected CTPageBreak |
rowBreaks |
protected java.lang.Long |
scale |
protected CTSelection |
selection |
protected java.lang.Boolean |
showAutoFilter |
protected java.lang.Boolean |
showFormulas |
protected java.lang.Boolean |
showGridLines |
protected java.lang.Boolean |
showPageBreaks |
protected java.lang.Boolean |
showRowCol |
protected java.lang.Boolean |
showRuler |
protected STSheetState |
state |
protected java.lang.String |
topLeftCell |
protected STSheetViewType |
view |
protected java.lang.Boolean |
zeroValues |
| Constructor and Description |
|---|
CTCustomSheetView() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.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.
|
long |
getColorId()
Gets the value of the colorId property.
|
CTExtensionList |
getExtLst()
Gets the value of the extLst property.
|
java.lang.String |
getGuid()
Gets the value of the guid property.
|
CTHeaderFooter |
getHeaderFooter()
Gets the value of the headerFooter property.
|
CTPageMargins |
getPageMargins()
Gets the value of the pageMargins property.
|
CTPageSetup |
getPageSetup()
Gets the value of the pageSetup property.
|
CTPane |
getPane()
Gets the value of the pane property.
|
java.lang.Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
CTPrintOptions |
getPrintOptions()
Gets the value of the printOptions property.
|
CTPageBreak |
getRowBreaks()
Gets the value of the rowBreaks property.
|
long |
getScale()
Gets the value of the scale property.
|
CTSelection |
getSelection()
Gets the value of the selection property.
|
STSheetState |
getState()
Gets the value of the state property.
|
java.lang.String |
getTopLeftCell()
Gets the value of the topLeftCell property.
|
STSheetViewType |
getView()
Gets the value of the view property.
|
boolean |
isFilter()
Gets the value of the filter property.
|
boolean |
isFilterUnique()
Gets the value of the filterUnique property.
|
boolean |
isFitToPage()
Gets the value of the fitToPage property.
|
boolean |
isHiddenColumns()
Gets the value of the hiddenColumns property.
|
boolean |
isHiddenRows()
Gets the value of the hiddenRows property.
|
boolean |
isOutlineSymbols()
Gets the value of the outlineSymbols property.
|
boolean |
isPrintArea()
Gets the value of the printArea property.
|
boolean |
isShowAutoFilter()
Gets the value of the showAutoFilter property.
|
boolean |
isShowFormulas()
Gets the value of the showFormulas property.
|
boolean |
isShowGridLines()
Gets the value of the showGridLines property.
|
boolean |
isShowPageBreaks()
Gets the value of the showPageBreaks property.
|
boolean |
isShowRowCol()
Gets the value of the showRowCol property.
|
boolean |
isShowRuler()
Gets the value of the showRuler property.
|
boolean |
isZeroValues()
Gets the value of the zeroValues property.
|
void |
setAutoFilter(CTAutoFilter value)
Sets the value of the autoFilter property.
|
void |
setColBreaks(CTPageBreak value)
Sets the value of the colBreaks property.
|
void |
setColorId(java.lang.Long value)
Sets the value of the colorId property.
|
void |
setExtLst(CTExtensionList value)
Sets the value of the extLst property.
|
void |
setFilter(java.lang.Boolean value)
Sets the value of the filter property.
|
void |
setFilterUnique(java.lang.Boolean value)
Sets the value of the filterUnique property.
|
void |
setFitToPage(java.lang.Boolean value)
Sets the value of the fitToPage property.
|
void |
setGuid(java.lang.String value)
Sets the value of the guid property.
|
void |
setHeaderFooter(CTHeaderFooter value)
Sets the value of the headerFooter property.
|
void |
setHiddenColumns(java.lang.Boolean value)
Sets the value of the hiddenColumns property.
|
void |
setHiddenRows(java.lang.Boolean value)
Sets the value of the hiddenRows property.
|
void |
setOutlineSymbols(java.lang.Boolean value)
Sets the value of the outlineSymbols property.
|
void |
setPageMargins(CTPageMargins value)
Sets the value of the pageMargins property.
|
void |
setPageSetup(CTPageSetup value)
Sets the value of the pageSetup property.
|
void |
setPane(CTPane value)
Sets the value of the pane property.
|
void |
setParent(java.lang.Object parent) |
void |
setPrintArea(java.lang.Boolean value)
Sets the value of the printArea property.
|
void |
setPrintOptions(CTPrintOptions value)
Sets the value of the printOptions property.
|
void |
setRowBreaks(CTPageBreak value)
Sets the value of the rowBreaks property.
|
void |
setScale(java.lang.Long value)
Sets the value of the scale property.
|
void |
setSelection(CTSelection value)
Sets the value of the selection property.
|
void |
setShowAutoFilter(java.lang.Boolean value)
Sets the value of the showAutoFilter property.
|
void |
setShowFormulas(java.lang.Boolean value)
Sets the value of the showFormulas property.
|
void |
setShowGridLines(java.lang.Boolean value)
Sets the value of the showGridLines property.
|
void |
setShowPageBreaks(java.lang.Boolean value)
Sets the value of the showPageBreaks property.
|
void |
setShowRowCol(java.lang.Boolean value)
Sets the value of the showRowCol property.
|
void |
setShowRuler(java.lang.Boolean value)
Sets the value of the showRuler property.
|
void |
setState(STSheetState value)
Sets the value of the state property.
|
void |
setTopLeftCell(java.lang.String value)
Sets the value of the topLeftCell property.
|
void |
setView(STSheetViewType value)
Sets the value of the view property.
|
void |
setZeroValues(java.lang.Boolean value)
Sets the value of the zeroValues property.
|
protected CTPane pane
protected CTSelection selection
protected CTPageBreak rowBreaks
protected CTPageBreak colBreaks
protected CTPageMargins pageMargins
protected CTPrintOptions printOptions
protected CTPageSetup pageSetup
protected CTHeaderFooter headerFooter
protected CTAutoFilter autoFilter
protected CTExtensionList extLst
protected java.lang.String guid
protected java.lang.Long scale
protected java.lang.Long colorId
protected java.lang.Boolean showPageBreaks
protected java.lang.Boolean showFormulas
protected java.lang.Boolean showGridLines
protected java.lang.Boolean showRowCol
protected java.lang.Boolean outlineSymbols
protected java.lang.Boolean zeroValues
protected java.lang.Boolean fitToPage
protected java.lang.Boolean printArea
protected java.lang.Boolean filter
protected java.lang.Boolean showAutoFilter
protected java.lang.Boolean hiddenRows
protected java.lang.Boolean hiddenColumns
protected STSheetState state
protected java.lang.Boolean filterUnique
protected STSheetViewType view
protected java.lang.Boolean showRuler
protected java.lang.String topLeftCell
public CTPane getPane()
CTPanepublic void setPane(CTPane value)
value - allowed object is
CTPanepublic CTSelection getSelection()
CTSelectionpublic void setSelection(CTSelection value)
value - allowed object is
CTSelectionpublic CTPageBreak getRowBreaks()
CTPageBreakpublic void setRowBreaks(CTPageBreak value)
value - allowed object is
CTPageBreakpublic CTPageBreak getColBreaks()
CTPageBreakpublic void setColBreaks(CTPageBreak value)
value - allowed object is
CTPageBreakpublic CTPageMargins getPageMargins()
CTPageMarginspublic void setPageMargins(CTPageMargins value)
value - allowed object is
CTPageMarginspublic CTPrintOptions getPrintOptions()
CTPrintOptionspublic void setPrintOptions(CTPrintOptions value)
value - allowed object is
CTPrintOptionspublic CTPageSetup getPageSetup()
CTPageSetuppublic void setPageSetup(CTPageSetup value)
value - allowed object is
CTPageSetuppublic CTHeaderFooter getHeaderFooter()
CTHeaderFooterpublic void setHeaderFooter(CTHeaderFooter value)
value - allowed object is
CTHeaderFooterpublic CTAutoFilter getAutoFilter()
CTAutoFilterpublic void setAutoFilter(CTAutoFilter value)
value - allowed object is
CTAutoFilterpublic CTExtensionList getExtLst()
CTExtensionListpublic void setExtLst(CTExtensionList value)
value - allowed object is
CTExtensionListpublic java.lang.String getGuid()
Stringpublic void setGuid(java.lang.String value)
value - allowed object is
Stringpublic long getScale()
Longpublic void setScale(java.lang.Long value)
value - allowed object is
Longpublic long getColorId()
Longpublic void setColorId(java.lang.Long value)
value - allowed object is
Longpublic boolean isShowPageBreaks()
Booleanpublic void setShowPageBreaks(java.lang.Boolean value)
value - allowed object is
Booleanpublic boolean isShowFormulas()
Booleanpublic void setShowFormulas(java.lang.Boolean value)
value - allowed object is
Booleanpublic boolean isShowGridLines()
Booleanpublic void setShowGridLines(java.lang.Boolean value)
value - allowed object is
Booleanpublic boolean isShowRowCol()
Booleanpublic void setShowRowCol(java.lang.Boolean value)
value - allowed object is
Booleanpublic boolean isOutlineSymbols()
Booleanpublic void setOutlineSymbols(java.lang.Boolean value)
value - allowed object is
Booleanpublic boolean isZeroValues()
Booleanpublic void setZeroValues(java.lang.Boolean value)
value - allowed object is
Booleanpublic boolean isFitToPage()
Booleanpublic void setFitToPage(java.lang.Boolean value)
value - allowed object is
Booleanpublic boolean isPrintArea()
Booleanpublic void setPrintArea(java.lang.Boolean value)
value - allowed object is
Booleanpublic boolean isFilter()
Booleanpublic void setFilter(java.lang.Boolean value)
value - allowed object is
Booleanpublic boolean isShowAutoFilter()
Booleanpublic void setShowAutoFilter(java.lang.Boolean value)
value - allowed object is
Booleanpublic boolean isHiddenRows()
Booleanpublic void setHiddenRows(java.lang.Boolean value)
value - allowed object is
Booleanpublic boolean isHiddenColumns()
Booleanpublic void setHiddenColumns(java.lang.Boolean value)
value - allowed object is
Booleanpublic STSheetState getState()
STSheetStatepublic void setState(STSheetState value)
value - allowed object is
STSheetStatepublic boolean isFilterUnique()
Booleanpublic void setFilterUnique(java.lang.Boolean value)
value - allowed object is
Booleanpublic STSheetViewType getView()
STSheetViewTypepublic void setView(STSheetViewType value)
value - allowed object is
STSheetViewTypepublic boolean isShowRuler()
Booleanpublic void setShowRuler(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getTopLeftCell()
Stringpublic void setTopLeftCell(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Object getParent()
public void afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007–2025. All rights reserved.