Class CTCustomSheetView

java.lang.Object
org.xlsx4j.sml.CTCustomSheetView
All Implemented Interfaces:
Child

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>
 
  • Field Details

  • Constructor Details

    • CTCustomSheetView

      public CTCustomSheetView()
  • Method Details

    • getPane

      public CTPane getPane()
      Gets the value of the pane property.
      Returns:
      possible object is CTPane
    • setPane

      public void setPane(CTPane value)
      Sets the value of the pane property.
      Parameters:
      value - allowed object is CTPane
    • getSelection

      public CTSelection getSelection()
      Gets the value of the selection property.
      Returns:
      possible object is CTSelection
    • setSelection

      public void setSelection(CTSelection value)
      Sets the value of the selection property.
      Parameters:
      value - allowed object is CTSelection
    • getRowBreaks

      public CTPageBreak getRowBreaks()
      Gets the value of the rowBreaks property.
      Returns:
      possible object is CTPageBreak
    • setRowBreaks

      public void setRowBreaks(CTPageBreak value)
      Sets the value of the rowBreaks property.
      Parameters:
      value - allowed object is CTPageBreak
    • getColBreaks

      public CTPageBreak getColBreaks()
      Gets the value of the colBreaks property.
      Returns:
      possible object is CTPageBreak
    • setColBreaks

      public void setColBreaks(CTPageBreak value)
      Sets the value of the colBreaks property.
      Parameters:
      value - allowed object is CTPageBreak
    • getPageMargins

      public CTPageMargins getPageMargins()
      Gets the value of the pageMargins property.
      Returns:
      possible object is CTPageMargins
    • setPageMargins

      public void setPageMargins(CTPageMargins value)
      Sets the value of the pageMargins property.
      Parameters:
      value - allowed object is CTPageMargins
    • getPrintOptions

      public CTPrintOptions getPrintOptions()
      Gets the value of the printOptions property.
      Returns:
      possible object is CTPrintOptions
    • setPrintOptions

      public void setPrintOptions(CTPrintOptions value)
      Sets the value of the printOptions property.
      Parameters:
      value - allowed object is CTPrintOptions
    • getPageSetup

      public CTPageSetup getPageSetup()
      Gets the value of the pageSetup property.
      Returns:
      possible object is CTPageSetup
    • setPageSetup

      public void setPageSetup(CTPageSetup value)
      Sets the value of the pageSetup property.
      Parameters:
      value - allowed object is CTPageSetup
    • getHeaderFooter

      public CTHeaderFooter getHeaderFooter()
      Gets the value of the headerFooter property.
      Returns:
      possible object is CTHeaderFooter
    • setHeaderFooter

      public void setHeaderFooter(CTHeaderFooter value)
      Sets the value of the headerFooter property.
      Parameters:
      value - allowed object is CTHeaderFooter
    • getAutoFilter

      public CTAutoFilter getAutoFilter()
      Gets the value of the autoFilter property.
      Returns:
      possible object is CTAutoFilter
    • setAutoFilter

      public void setAutoFilter(CTAutoFilter value)
      Sets the value of the autoFilter property.
      Parameters:
      value - allowed object is CTAutoFilter
    • getExtLst

      public CTExtensionList getExtLst()
      Gets the value of the extLst property.
      Returns:
      possible object is CTExtensionList
    • setExtLst

      public void setExtLst(CTExtensionList value)
      Sets the value of the extLst property.
      Parameters:
      value - allowed object is CTExtensionList
    • getGuid

      public String getGuid()
      Gets the value of the guid property.
      Returns:
      possible object is String
    • setGuid

      public void setGuid(String value)
      Sets the value of the guid property.
      Parameters:
      value - allowed object is String
    • getScale

      public long getScale()
      Gets the value of the scale property.
      Returns:
      possible object is Long
    • setScale

      public void setScale(Long value)
      Sets the value of the scale property.
      Parameters:
      value - allowed object is Long
    • getColorId

      public long getColorId()
      Gets the value of the colorId property.
      Returns:
      possible object is Long
    • setColorId

      public void setColorId(Long value)
      Sets the value of the colorId property.
      Parameters:
      value - allowed object is Long
    • isShowPageBreaks

      public boolean isShowPageBreaks()
      Gets the value of the showPageBreaks property.
      Returns:
      possible object is Boolean
    • setShowPageBreaks

      public void setShowPageBreaks(Boolean value)
      Sets the value of the showPageBreaks property.
      Parameters:
      value - allowed object is Boolean
    • isShowFormulas

      public boolean isShowFormulas()
      Gets the value of the showFormulas property.
      Returns:
      possible object is Boolean
    • setShowFormulas

      public void setShowFormulas(Boolean value)
      Sets the value of the showFormulas property.
      Parameters:
      value - allowed object is Boolean
    • isShowGridLines

      public boolean isShowGridLines()
      Gets the value of the showGridLines property.
      Returns:
      possible object is Boolean
    • setShowGridLines

      public void setShowGridLines(Boolean value)
      Sets the value of the showGridLines property.
      Parameters:
      value - allowed object is Boolean
    • isShowRowCol

      public boolean isShowRowCol()
      Gets the value of the showRowCol property.
      Returns:
      possible object is Boolean
    • setShowRowCol

      public void setShowRowCol(Boolean value)
      Sets the value of the showRowCol property.
      Parameters:
      value - allowed object is Boolean
    • isOutlineSymbols

      public boolean isOutlineSymbols()
      Gets the value of the outlineSymbols property.
      Returns:
      possible object is Boolean
    • setOutlineSymbols

      public void setOutlineSymbols(Boolean value)
      Sets the value of the outlineSymbols property.
      Parameters:
      value - allowed object is Boolean
    • isZeroValues

      public boolean isZeroValues()
      Gets the value of the zeroValues property.
      Returns:
      possible object is Boolean
    • setZeroValues

      public void setZeroValues(Boolean value)
      Sets the value of the zeroValues property.
      Parameters:
      value - allowed object is Boolean
    • isFitToPage

      public boolean isFitToPage()
      Gets the value of the fitToPage property.
      Returns:
      possible object is Boolean
    • setFitToPage

      public void setFitToPage(Boolean value)
      Sets the value of the fitToPage property.
      Parameters:
      value - allowed object is Boolean
    • isPrintArea

      public boolean isPrintArea()
      Gets the value of the printArea property.
      Returns:
      possible object is Boolean
    • setPrintArea

      public void setPrintArea(Boolean value)
      Sets the value of the printArea property.
      Parameters:
      value - allowed object is Boolean
    • isFilter

      public boolean isFilter()
      Gets the value of the filter property.
      Returns:
      possible object is Boolean
    • setFilter

      public void setFilter(Boolean value)
      Sets the value of the filter property.
      Parameters:
      value - allowed object is Boolean
    • isShowAutoFilter

      public boolean isShowAutoFilter()
      Gets the value of the showAutoFilter property.
      Returns:
      possible object is Boolean
    • setShowAutoFilter

      public void setShowAutoFilter(Boolean value)
      Sets the value of the showAutoFilter property.
      Parameters:
      value - allowed object is Boolean
    • isHiddenRows

      public boolean isHiddenRows()
      Gets the value of the hiddenRows property.
      Returns:
      possible object is Boolean
    • setHiddenRows

      public void setHiddenRows(Boolean value)
      Sets the value of the hiddenRows property.
      Parameters:
      value - allowed object is Boolean
    • isHiddenColumns

      public boolean isHiddenColumns()
      Gets the value of the hiddenColumns property.
      Returns:
      possible object is Boolean
    • setHiddenColumns

      public void setHiddenColumns(Boolean value)
      Sets the value of the hiddenColumns property.
      Parameters:
      value - allowed object is Boolean
    • getState

      public STSheetState getState()
      Gets the value of the state property.
      Returns:
      possible object is STSheetState
    • setState

      public void setState(STSheetState value)
      Sets the value of the state property.
      Parameters:
      value - allowed object is STSheetState
    • isFilterUnique

      public boolean isFilterUnique()
      Gets the value of the filterUnique property.
      Returns:
      possible object is Boolean
    • setFilterUnique

      public void setFilterUnique(Boolean value)
      Sets the value of the filterUnique property.
      Parameters:
      value - allowed object is Boolean
    • getView

      public STSheetViewType getView()
      Gets the value of the view property.
      Returns:
      possible object is STSheetViewType
    • setView

      public void setView(STSheetViewType value)
      Sets the value of the view property.
      Parameters:
      value - allowed object is STSheetViewType
    • isShowRuler

      public boolean isShowRuler()
      Gets the value of the showRuler property.
      Returns:
      possible object is Boolean
    • setShowRuler

      public void setShowRuler(Boolean value)
      Sets the value of the showRuler property.
      Parameters:
      value - allowed object is Boolean
    • getTopLeftCell

      public String getTopLeftCell()
      Gets the value of the topLeftCell property.
      Returns:
      possible object is String
    • setTopLeftCell

      public void setTopLeftCell(String value)
      Sets the value of the topLeftCell property.
      Parameters:
      value - allowed object is String
    • getParent

      public Object getParent()
      Gets the parent object in the object tree representing the unmarshalled xml document.
      Specified by:
      getParent in interface Child
      Returns:
      The parent object.
    • setParent

      public void setParent(Object parent)
      Specified by:
      setParent in interface Child
    • afterUnmarshal

      public void afterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, 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.