Interface CTCustomSheetView

All Superinterfaces:
XmlObject, XmlTokenSource

public interface CTCustomSheetView extends XmlObject
An XML CT_CustomSheetView(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is a complex type.
  • Field Details

  • Method Details

    • getPane

      CTPane getPane()
      Gets the "pane" element
    • isSetPane

      boolean isSetPane()
      True if has "pane" element
    • setPane

      void setPane(CTPane pane)
      Sets the "pane" element
    • addNewPane

      CTPane addNewPane()
      Appends and returns a new empty "pane" element
    • unsetPane

      void unsetPane()
      Unsets the "pane" element
    • getSelection

      CTSelection getSelection()
      Gets the "selection" element
    • isSetSelection

      boolean isSetSelection()
      True if has "selection" element
    • setSelection

      void setSelection(CTSelection selection)
      Sets the "selection" element
    • addNewSelection

      CTSelection addNewSelection()
      Appends and returns a new empty "selection" element
    • unsetSelection

      void unsetSelection()
      Unsets the "selection" element
    • getRowBreaks

      CTPageBreak getRowBreaks()
      Gets the "rowBreaks" element
    • isSetRowBreaks

      boolean isSetRowBreaks()
      True if has "rowBreaks" element
    • setRowBreaks

      void setRowBreaks(CTPageBreak rowBreaks)
      Sets the "rowBreaks" element
    • addNewRowBreaks

      CTPageBreak addNewRowBreaks()
      Appends and returns a new empty "rowBreaks" element
    • unsetRowBreaks

      void unsetRowBreaks()
      Unsets the "rowBreaks" element
    • getColBreaks

      CTPageBreak getColBreaks()
      Gets the "colBreaks" element
    • isSetColBreaks

      boolean isSetColBreaks()
      True if has "colBreaks" element
    • setColBreaks

      void setColBreaks(CTPageBreak colBreaks)
      Sets the "colBreaks" element
    • addNewColBreaks

      CTPageBreak addNewColBreaks()
      Appends and returns a new empty "colBreaks" element
    • unsetColBreaks

      void unsetColBreaks()
      Unsets the "colBreaks" element
    • getPageMargins

      CTPageMargins getPageMargins()
      Gets the "pageMargins" element
    • isSetPageMargins

      boolean isSetPageMargins()
      True if has "pageMargins" element
    • setPageMargins

      void setPageMargins(CTPageMargins pageMargins)
      Sets the "pageMargins" element
    • addNewPageMargins

      CTPageMargins addNewPageMargins()
      Appends and returns a new empty "pageMargins" element
    • unsetPageMargins

      void unsetPageMargins()
      Unsets the "pageMargins" element
    • getPrintOptions

      CTPrintOptions getPrintOptions()
      Gets the "printOptions" element
    • isSetPrintOptions

      boolean isSetPrintOptions()
      True if has "printOptions" element
    • setPrintOptions

      void setPrintOptions(CTPrintOptions printOptions)
      Sets the "printOptions" element
    • addNewPrintOptions

      CTPrintOptions addNewPrintOptions()
      Appends and returns a new empty "printOptions" element
    • unsetPrintOptions

      void unsetPrintOptions()
      Unsets the "printOptions" element
    • getPageSetup

      CTPageSetup getPageSetup()
      Gets the "pageSetup" element
    • isSetPageSetup

      boolean isSetPageSetup()
      True if has "pageSetup" element
    • setPageSetup

      void setPageSetup(CTPageSetup pageSetup)
      Sets the "pageSetup" element
    • addNewPageSetup

      CTPageSetup addNewPageSetup()
      Appends and returns a new empty "pageSetup" element
    • unsetPageSetup

      void unsetPageSetup()
      Unsets the "pageSetup" element
    • getHeaderFooter

      CTHeaderFooter getHeaderFooter()
      Gets the "headerFooter" element
    • isSetHeaderFooter

      boolean isSetHeaderFooter()
      True if has "headerFooter" element
    • setHeaderFooter

      void setHeaderFooter(CTHeaderFooter headerFooter)
      Sets the "headerFooter" element
    • addNewHeaderFooter

      CTHeaderFooter addNewHeaderFooter()
      Appends and returns a new empty "headerFooter" element
    • unsetHeaderFooter

      void unsetHeaderFooter()
      Unsets the "headerFooter" element
    • getAutoFilter

      CTAutoFilter getAutoFilter()
      Gets the "autoFilter" element
    • isSetAutoFilter

      boolean isSetAutoFilter()
      True if has "autoFilter" element
    • setAutoFilter

      void setAutoFilter(CTAutoFilter autoFilter)
      Sets the "autoFilter" element
    • addNewAutoFilter

      CTAutoFilter addNewAutoFilter()
      Appends and returns a new empty "autoFilter" element
    • unsetAutoFilter

      void unsetAutoFilter()
      Unsets the "autoFilter" element
    • getExtLst

      CTExtensionList getExtLst()
      Gets the "extLst" element
    • isSetExtLst

      boolean isSetExtLst()
      True if has "extLst" element
    • setExtLst

      void setExtLst(CTExtensionList extLst)
      Sets the "extLst" element
    • addNewExtLst

      CTExtensionList addNewExtLst()
      Appends and returns a new empty "extLst" element
    • unsetExtLst

      void unsetExtLst()
      Unsets the "extLst" element
    • getGuid

      String getGuid()
      Gets the "guid" attribute
    • xgetGuid

      org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STGuid xgetGuid()
      Gets (as xml) the "guid" attribute
    • setGuid

      void setGuid(String guid)
      Sets the "guid" attribute
    • xsetGuid

      void xsetGuid(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STGuid guid)
      Sets (as xml) the "guid" attribute
    • getScale

      long getScale()
      Gets the "scale" attribute
    • xgetScale

      XmlUnsignedInt xgetScale()
      Gets (as xml) the "scale" attribute
    • isSetScale

      boolean isSetScale()
      True if has "scale" attribute
    • setScale

      void setScale(long scale)
      Sets the "scale" attribute
    • xsetScale

      void xsetScale(XmlUnsignedInt scale)
      Sets (as xml) the "scale" attribute
    • unsetScale

      void unsetScale()
      Unsets the "scale" attribute
    • getColorId

      long getColorId()
      Gets the "colorId" attribute
    • xgetColorId

      XmlUnsignedInt xgetColorId()
      Gets (as xml) the "colorId" attribute
    • isSetColorId

      boolean isSetColorId()
      True if has "colorId" attribute
    • setColorId

      void setColorId(long colorId)
      Sets the "colorId" attribute
    • xsetColorId

      void xsetColorId(XmlUnsignedInt colorId)
      Sets (as xml) the "colorId" attribute
    • unsetColorId

      void unsetColorId()
      Unsets the "colorId" attribute
    • getShowPageBreaks

      boolean getShowPageBreaks()
      Gets the "showPageBreaks" attribute
    • xgetShowPageBreaks

      XmlBoolean xgetShowPageBreaks()
      Gets (as xml) the "showPageBreaks" attribute
    • isSetShowPageBreaks

      boolean isSetShowPageBreaks()
      True if has "showPageBreaks" attribute
    • setShowPageBreaks

      void setShowPageBreaks(boolean showPageBreaks)
      Sets the "showPageBreaks" attribute
    • xsetShowPageBreaks

      void xsetShowPageBreaks(XmlBoolean showPageBreaks)
      Sets (as xml) the "showPageBreaks" attribute
    • unsetShowPageBreaks

      void unsetShowPageBreaks()
      Unsets the "showPageBreaks" attribute
    • getShowFormulas

      boolean getShowFormulas()
      Gets the "showFormulas" attribute
    • xgetShowFormulas

      XmlBoolean xgetShowFormulas()
      Gets (as xml) the "showFormulas" attribute
    • isSetShowFormulas

      boolean isSetShowFormulas()
      True if has "showFormulas" attribute
    • setShowFormulas

      void setShowFormulas(boolean showFormulas)
      Sets the "showFormulas" attribute
    • xsetShowFormulas

      void xsetShowFormulas(XmlBoolean showFormulas)
      Sets (as xml) the "showFormulas" attribute
    • unsetShowFormulas

      void unsetShowFormulas()
      Unsets the "showFormulas" attribute
    • getShowGridLines

      boolean getShowGridLines()
      Gets the "showGridLines" attribute
    • xgetShowGridLines

      XmlBoolean xgetShowGridLines()
      Gets (as xml) the "showGridLines" attribute
    • isSetShowGridLines

      boolean isSetShowGridLines()
      True if has "showGridLines" attribute
    • setShowGridLines

      void setShowGridLines(boolean showGridLines)
      Sets the "showGridLines" attribute
    • xsetShowGridLines

      void xsetShowGridLines(XmlBoolean showGridLines)
      Sets (as xml) the "showGridLines" attribute
    • unsetShowGridLines

      void unsetShowGridLines()
      Unsets the "showGridLines" attribute
    • getShowRowCol

      boolean getShowRowCol()
      Gets the "showRowCol" attribute
    • xgetShowRowCol

      XmlBoolean xgetShowRowCol()
      Gets (as xml) the "showRowCol" attribute
    • isSetShowRowCol

      boolean isSetShowRowCol()
      True if has "showRowCol" attribute
    • setShowRowCol

      void setShowRowCol(boolean showRowCol)
      Sets the "showRowCol" attribute
    • xsetShowRowCol

      void xsetShowRowCol(XmlBoolean showRowCol)
      Sets (as xml) the "showRowCol" attribute
    • unsetShowRowCol

      void unsetShowRowCol()
      Unsets the "showRowCol" attribute
    • getOutlineSymbols

      boolean getOutlineSymbols()
      Gets the "outlineSymbols" attribute
    • xgetOutlineSymbols

      XmlBoolean xgetOutlineSymbols()
      Gets (as xml) the "outlineSymbols" attribute
    • isSetOutlineSymbols

      boolean isSetOutlineSymbols()
      True if has "outlineSymbols" attribute
    • setOutlineSymbols

      void setOutlineSymbols(boolean outlineSymbols)
      Sets the "outlineSymbols" attribute
    • xsetOutlineSymbols

      void xsetOutlineSymbols(XmlBoolean outlineSymbols)
      Sets (as xml) the "outlineSymbols" attribute
    • unsetOutlineSymbols

      void unsetOutlineSymbols()
      Unsets the "outlineSymbols" attribute
    • getZeroValues

      boolean getZeroValues()
      Gets the "zeroValues" attribute
    • xgetZeroValues

      XmlBoolean xgetZeroValues()
      Gets (as xml) the "zeroValues" attribute
    • isSetZeroValues

      boolean isSetZeroValues()
      True if has "zeroValues" attribute
    • setZeroValues

      void setZeroValues(boolean zeroValues)
      Sets the "zeroValues" attribute
    • xsetZeroValues

      void xsetZeroValues(XmlBoolean zeroValues)
      Sets (as xml) the "zeroValues" attribute
    • unsetZeroValues

      void unsetZeroValues()
      Unsets the "zeroValues" attribute
    • getFitToPage

      boolean getFitToPage()
      Gets the "fitToPage" attribute
    • xgetFitToPage

      XmlBoolean xgetFitToPage()
      Gets (as xml) the "fitToPage" attribute
    • isSetFitToPage

      boolean isSetFitToPage()
      True if has "fitToPage" attribute
    • setFitToPage

      void setFitToPage(boolean fitToPage)
      Sets the "fitToPage" attribute
    • xsetFitToPage

      void xsetFitToPage(XmlBoolean fitToPage)
      Sets (as xml) the "fitToPage" attribute
    • unsetFitToPage

      void unsetFitToPage()
      Unsets the "fitToPage" attribute
    • getPrintArea

      boolean getPrintArea()
      Gets the "printArea" attribute
    • xgetPrintArea

      XmlBoolean xgetPrintArea()
      Gets (as xml) the "printArea" attribute
    • isSetPrintArea

      boolean isSetPrintArea()
      True if has "printArea" attribute
    • setPrintArea

      void setPrintArea(boolean printArea)
      Sets the "printArea" attribute
    • xsetPrintArea

      void xsetPrintArea(XmlBoolean printArea)
      Sets (as xml) the "printArea" attribute
    • unsetPrintArea

      void unsetPrintArea()
      Unsets the "printArea" attribute
    • getFilter

      boolean getFilter()
      Gets the "filter" attribute
    • xgetFilter

      XmlBoolean xgetFilter()
      Gets (as xml) the "filter" attribute
    • isSetFilter

      boolean isSetFilter()
      True if has "filter" attribute
    • setFilter

      void setFilter(boolean filter)
      Sets the "filter" attribute
    • xsetFilter

      void xsetFilter(XmlBoolean filter)
      Sets (as xml) the "filter" attribute
    • unsetFilter

      void unsetFilter()
      Unsets the "filter" attribute
    • getShowAutoFilter

      boolean getShowAutoFilter()
      Gets the "showAutoFilter" attribute
    • xgetShowAutoFilter

      XmlBoolean xgetShowAutoFilter()
      Gets (as xml) the "showAutoFilter" attribute
    • isSetShowAutoFilter

      boolean isSetShowAutoFilter()
      True if has "showAutoFilter" attribute
    • setShowAutoFilter

      void setShowAutoFilter(boolean showAutoFilter)
      Sets the "showAutoFilter" attribute
    • xsetShowAutoFilter

      void xsetShowAutoFilter(XmlBoolean showAutoFilter)
      Sets (as xml) the "showAutoFilter" attribute
    • unsetShowAutoFilter

      void unsetShowAutoFilter()
      Unsets the "showAutoFilter" attribute
    • getHiddenRows

      boolean getHiddenRows()
      Gets the "hiddenRows" attribute
    • xgetHiddenRows

      XmlBoolean xgetHiddenRows()
      Gets (as xml) the "hiddenRows" attribute
    • isSetHiddenRows

      boolean isSetHiddenRows()
      True if has "hiddenRows" attribute
    • setHiddenRows

      void setHiddenRows(boolean hiddenRows)
      Sets the "hiddenRows" attribute
    • xsetHiddenRows

      void xsetHiddenRows(XmlBoolean hiddenRows)
      Sets (as xml) the "hiddenRows" attribute
    • unsetHiddenRows

      void unsetHiddenRows()
      Unsets the "hiddenRows" attribute
    • getHiddenColumns

      boolean getHiddenColumns()
      Gets the "hiddenColumns" attribute
    • xgetHiddenColumns

      XmlBoolean xgetHiddenColumns()
      Gets (as xml) the "hiddenColumns" attribute
    • isSetHiddenColumns

      boolean isSetHiddenColumns()
      True if has "hiddenColumns" attribute
    • setHiddenColumns

      void setHiddenColumns(boolean hiddenColumns)
      Sets the "hiddenColumns" attribute
    • xsetHiddenColumns

      void xsetHiddenColumns(XmlBoolean hiddenColumns)
      Sets (as xml) the "hiddenColumns" attribute
    • unsetHiddenColumns

      void unsetHiddenColumns()
      Unsets the "hiddenColumns" attribute
    • getState

      STSheetState.Enum getState()
      Gets the "state" attribute
    • xgetState

      STSheetState xgetState()
      Gets (as xml) the "state" attribute
    • isSetState

      boolean isSetState()
      True if has "state" attribute
    • setState

      void setState(STSheetState.Enum state)
      Sets the "state" attribute
    • xsetState

      void xsetState(STSheetState state)
      Sets (as xml) the "state" attribute
    • unsetState

      void unsetState()
      Unsets the "state" attribute
    • getFilterUnique

      boolean getFilterUnique()
      Gets the "filterUnique" attribute
    • xgetFilterUnique

      XmlBoolean xgetFilterUnique()
      Gets (as xml) the "filterUnique" attribute
    • isSetFilterUnique

      boolean isSetFilterUnique()
      True if has "filterUnique" attribute
    • setFilterUnique

      void setFilterUnique(boolean filterUnique)
      Sets the "filterUnique" attribute
    • xsetFilterUnique

      void xsetFilterUnique(XmlBoolean filterUnique)
      Sets (as xml) the "filterUnique" attribute
    • unsetFilterUnique

      void unsetFilterUnique()
      Unsets the "filterUnique" attribute
    • getView

      Gets the "view" attribute
    • xgetView

      STSheetViewType xgetView()
      Gets (as xml) the "view" attribute
    • isSetView

      boolean isSetView()
      True if has "view" attribute
    • setView

      void setView(STSheetViewType.Enum view)
      Sets the "view" attribute
    • xsetView

      void xsetView(STSheetViewType view)
      Sets (as xml) the "view" attribute
    • unsetView

      void unsetView()
      Unsets the "view" attribute
    • getShowRuler

      boolean getShowRuler()
      Gets the "showRuler" attribute
    • xgetShowRuler

      XmlBoolean xgetShowRuler()
      Gets (as xml) the "showRuler" attribute
    • isSetShowRuler

      boolean isSetShowRuler()
      True if has "showRuler" attribute
    • setShowRuler

      void setShowRuler(boolean showRuler)
      Sets the "showRuler" attribute
    • xsetShowRuler

      void xsetShowRuler(XmlBoolean showRuler)
      Sets (as xml) the "showRuler" attribute
    • unsetShowRuler

      void unsetShowRuler()
      Unsets the "showRuler" attribute
    • getTopLeftCell

      String getTopLeftCell()
      Gets the "topLeftCell" attribute
    • xgetTopLeftCell

      STCellRef xgetTopLeftCell()
      Gets (as xml) the "topLeftCell" attribute
    • isSetTopLeftCell

      boolean isSetTopLeftCell()
      True if has "topLeftCell" attribute
    • setTopLeftCell

      void setTopLeftCell(String topLeftCell)
      Sets the "topLeftCell" attribute
    • xsetTopLeftCell

      void xsetTopLeftCell(STCellRef topLeftCell)
      Sets (as xml) the "topLeftCell" attribute
    • unsetTopLeftCell

      void unsetTopLeftCell()
      Unsets the "topLeftCell" attribute