Interface CTCustomChartsheetView

All Superinterfaces:
XmlObject, XmlTokenSource

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

  • Method Details

    • 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
    • getPageSetup

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

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

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

      CTCsPageSetup 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
    • 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
    • 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
    • getZoomToFit

      boolean getZoomToFit()
      Gets the "zoomToFit" attribute
    • xgetZoomToFit

      XmlBoolean xgetZoomToFit()
      Gets (as xml) the "zoomToFit" attribute
    • isSetZoomToFit

      boolean isSetZoomToFit()
      True if has "zoomToFit" attribute
    • setZoomToFit

      void setZoomToFit(boolean zoomToFit)
      Sets the "zoomToFit" attribute
    • xsetZoomToFit

      void xsetZoomToFit(XmlBoolean zoomToFit)
      Sets (as xml) the "zoomToFit" attribute
    • unsetZoomToFit

      void unsetZoomToFit()
      Unsets the "zoomToFit" attribute