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()
CTPane
public void setPane(CTPane value)
value
- allowed object is
CTPane
public CTSelection getSelection()
CTSelection
public void setSelection(CTSelection value)
value
- allowed object is
CTSelection
public CTPageBreak getRowBreaks()
CTPageBreak
public void setRowBreaks(CTPageBreak value)
value
- allowed object is
CTPageBreak
public CTPageBreak getColBreaks()
CTPageBreak
public void setColBreaks(CTPageBreak value)
value
- allowed object is
CTPageBreak
public CTPageMargins getPageMargins()
CTPageMargins
public void setPageMargins(CTPageMargins value)
value
- allowed object is
CTPageMargins
public CTPrintOptions getPrintOptions()
CTPrintOptions
public void setPrintOptions(CTPrintOptions value)
value
- allowed object is
CTPrintOptions
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 CTAutoFilter getAutoFilter()
CTAutoFilter
public void setAutoFilter(CTAutoFilter value)
value
- allowed object is
CTAutoFilter
public CTExtensionList getExtLst()
CTExtensionList
public void setExtLst(CTExtensionList value)
value
- allowed object is
CTExtensionList
public String getGuid()
String
public void setGuid(String value)
value
- allowed object is
String
public long getScale()
Long
public void setScale(Long value)
value
- allowed object is
Long
public long getColorId()
Long
public void setColorId(Long value)
value
- allowed object is
Long
public boolean isShowPageBreaks()
Boolean
public void setShowPageBreaks(Boolean value)
value
- allowed object is
Boolean
public boolean isShowFormulas()
Boolean
public void setShowFormulas(Boolean value)
value
- allowed object is
Boolean
public boolean isShowGridLines()
Boolean
public void setShowGridLines(Boolean value)
value
- allowed object is
Boolean
public boolean isShowRowCol()
Boolean
public void setShowRowCol(Boolean value)
value
- allowed object is
Boolean
public boolean isOutlineSymbols()
Boolean
public void setOutlineSymbols(Boolean value)
value
- allowed object is
Boolean
public boolean isZeroValues()
Boolean
public void setZeroValues(Boolean value)
value
- allowed object is
Boolean
public boolean isFitToPage()
Boolean
public void setFitToPage(Boolean value)
value
- allowed object is
Boolean
public boolean isPrintArea()
Boolean
public void setPrintArea(Boolean value)
value
- allowed object is
Boolean
public boolean isFilter()
Boolean
public void setFilter(Boolean value)
value
- allowed object is
Boolean
public boolean isShowAutoFilter()
Boolean
public void setShowAutoFilter(Boolean value)
value
- allowed object is
Boolean
public boolean isHiddenRows()
Boolean
public void setHiddenRows(Boolean value)
value
- allowed object is
Boolean
public boolean isHiddenColumns()
Boolean
public void setHiddenColumns(Boolean value)
value
- allowed object is
Boolean
public STSheetState getState()
STSheetState
public void setState(STSheetState value)
value
- allowed object is
STSheetState
public boolean isFilterUnique()
Boolean
public void setFilterUnique(Boolean value)
value
- allowed object is
Boolean
public STSheetViewType getView()
STSheetViewType
public void setView(STSheetViewType value)
value
- allowed object is
STSheetViewType
public boolean isShowRuler()
Boolean
public void setShowRuler(Boolean value)
value
- allowed object is
Boolean
public String getTopLeftCell()
String
public void setTopLeftCell(String value)
value
- allowed object is
String
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-2018. All Rights Reserved.