java.lang.Object
com.independentsoft.office.spreadsheet.Sheet
Direct Known Subclasses:
ChartSheet, DialogSheet, Worksheet

public abstract class Sheet extends Object
The Class Sheet.
  • Field Details

  • Constructor Details

    • Sheet

      public Sheet()
  • Method Details

    • clone

      public abstract Sheet clone()
      Overrides:
      clone in class Object
    • getName

      public String getName()
      Gets the name.
      Returns:
      the name
    • setName

      public void setName(String name)
      Sets the name.
      Parameters:
      name - the new name
    • getID

      public int getID()
      Gets the id.
      Returns:
      the id
    • setID

      public void setID(int id)
      Sets the id.
      Parameters:
      id - the new id
    • getVisibilityState

      public SheetVisibilityType getVisibilityState()
      Gets the visibility state.
      Returns:
      the visibility state
    • setVisibilityState

      public void setVisibilityState(SheetVisibilityType visibilityState)
      Sets the visibility state.
      Parameters:
      visibilityState - the new visibility state
    • getHeaderFooterSettings

      public HeaderFooterSettings getHeaderFooterSettings()
      Gets the header footer settings.
      Returns:
      the header footer settings
    • getPageMargins

      public PageMargins getPageMargins()
      Gets the page margins.
      Returns:
      the page margins
    • setPageMargins

      public void setPageMargins(PageMargins pageMargins)
      Sets the page margins.
      Parameters:
      pageMargins - the new page margins
    • getVmlObjects

      public List<IVmlElement> getVmlObjects()
      Gets the vml objects.
      Returns:
      the vml objects
    • getVmlHeaderFooterObjects

      public List<IVmlElement> getVmlHeaderFooterObjects()
      Gets the vml header footer objects.
      Returns:
      the vml header footer objects
    • getDrawingObjects

      public DrawingObjects getDrawingObjects()
      Gets the drawing objects.
      Returns:
      the drawing objects
    • setDrawingObjects

      public void setDrawingObjects(DrawingObjects drawingObjects)
      Sets the drawing objects.
      Parameters:
      drawingObjects - the new drawing objects