public class CTCustomSheetView extends 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 Long |
colorId |
protected CTExtensionList |
extLst |
protected Boolean |
filter |
protected Boolean |
filterUnique |
protected Boolean |
fitToPage |
protected String |
guid |
protected CTHeaderFooter |
headerFooter |
protected Boolean |
hiddenColumns |
protected Boolean |
hiddenRows |
protected Boolean |
outlineSymbols |
protected CTPageMargins |
pageMargins |
protected CTPageSetup |
pageSetup |
protected CTPane |
pane |
protected Boolean |
printArea |
protected CTPrintOptions |
printOptions |
protected CTPageBreak |
rowBreaks |
protected Long |
scale |
protected CTSelection |
selection |
protected Boolean |
showAutoFilter |
protected Boolean |
showFormulas |
protected Boolean |
showGridLines |
protected Boolean |
showPageBreaks |
protected Boolean |
showRowCol |
protected Boolean |
showRuler |
protected STSheetState |
state |
protected String |
topLeftCell |
protected STSheetViewType |
view |
protected Boolean |
zeroValues |
| Constructor and Description |
|---|
CTCustomSheetView() |
| 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.
|
long |
getColorId()
Gets the value of the colorId property.
|
CTExtensionList |
getExtLst()
Gets the value of the extLst property.
|
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.
|
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.
|
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(Long value)
Sets the value of the colorId property.
|
void |
setExtLst(CTExtensionList value)
Sets the value of the extLst property.
|
void |
setFilter(Boolean value)
Sets the value of the filter property.
|
void |
setFilterUnique(Boolean value)
Sets the value of the filterUnique property.
|
void |
setFitToPage(Boolean value)
Sets the value of the fitToPage property.
|
void |
setGuid(String value)
Sets the value of the guid property.
|
void |
setHeaderFooter(CTHeaderFooter value)
Sets the value of the headerFooter property.
|
void |
setHiddenColumns(Boolean value)
Sets the value of the hiddenColumns property.
|
void |
setHiddenRows(Boolean value)
Sets the value of the hiddenRows property.
|
void |
setOutlineSymbols(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(Object parent) |
void |
setPrintArea(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(Long value)
Sets the value of the scale property.
|
void |
setSelection(CTSelection value)
Sets the value of the selection property.
|
void |
setShowAutoFilter(Boolean value)
Sets the value of the showAutoFilter property.
|
void |
setShowFormulas(Boolean value)
Sets the value of the showFormulas property.
|
void |
setShowGridLines(Boolean value)
Sets the value of the showGridLines property.
|
void |
setShowPageBreaks(Boolean value)
Sets the value of the showPageBreaks property.
|
void |
setShowRowCol(Boolean value)
Sets the value of the showRowCol property.
|
void |
setShowRuler(Boolean value)
Sets the value of the showRuler property.
|
void |
setState(STSheetState value)
Sets the value of the state property.
|
void |
setTopLeftCell(String value)
Sets the value of the topLeftCell property.
|
void |
setView(STSheetViewType value)
Sets the value of the view property.
|
void |
setZeroValues(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 String guid
protected Long scale
protected Long colorId
protected Boolean showPageBreaks
protected Boolean showFormulas
protected Boolean showGridLines
protected Boolean showRowCol
protected Boolean outlineSymbols
protected Boolean zeroValues
protected Boolean fitToPage
protected Boolean printArea
protected Boolean filter
protected Boolean showAutoFilter
protected Boolean hiddenRows
protected Boolean hiddenColumns
protected STSheetState state
protected Boolean filterUnique
protected STSheetViewType view
protected Boolean showRuler
protected 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 String getGuid()
Stringpublic void setGuid(String value)
value - allowed object is
Stringpublic long getScale()
Longpublic void setScale(Long value)
value - allowed object is
Longpublic long getColorId()
Longpublic void setColorId(Long value)
value - allowed object is
Longpublic boolean isShowPageBreaks()
Booleanpublic void setShowPageBreaks(Boolean value)
value - allowed object is
Booleanpublic boolean isShowFormulas()
Booleanpublic void setShowFormulas(Boolean value)
value - allowed object is
Booleanpublic boolean isShowGridLines()
Booleanpublic void setShowGridLines(Boolean value)
value - allowed object is
Booleanpublic boolean isShowRowCol()
Booleanpublic void setShowRowCol(Boolean value)
value - allowed object is
Booleanpublic boolean isOutlineSymbols()
Booleanpublic void setOutlineSymbols(Boolean value)
value - allowed object is
Booleanpublic boolean isZeroValues()
Booleanpublic void setZeroValues(Boolean value)
value - allowed object is
Booleanpublic boolean isFitToPage()
Booleanpublic void setFitToPage(Boolean value)
value - allowed object is
Booleanpublic boolean isPrintArea()
Booleanpublic void setPrintArea(Boolean value)
value - allowed object is
Booleanpublic boolean isFilter()
Booleanpublic void setFilter(Boolean value)
value - allowed object is
Booleanpublic boolean isShowAutoFilter()
Booleanpublic void setShowAutoFilter(Boolean value)
value - allowed object is
Booleanpublic boolean isHiddenRows()
Booleanpublic void setHiddenRows(Boolean value)
value - allowed object is
Booleanpublic boolean isHiddenColumns()
Booleanpublic void setHiddenColumns(Boolean value)
value - allowed object is
Booleanpublic STSheetState getState()
STSheetStatepublic void setState(STSheetState value)
value - allowed object is
STSheetStatepublic boolean isFilterUnique()
Booleanpublic void setFilterUnique(Boolean value)
value - allowed object is
Booleanpublic STSheetViewType getView()
STSheetViewTypepublic void setView(STSheetViewType value)
value - allowed object is
STSheetViewTypepublic boolean isShowRuler()
Booleanpublic void setShowRuler(Boolean value)
value - allowed object is
Booleanpublic String getTopLeftCell()
Stringpublic void setTopLeftCell(String value)
value - allowed object is
Stringpublic 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.