All Superinterfaces:
XmlObject, XmlTokenSource

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

  • Method Details

    • getName

      String getName()
      Gets the "name" attribute
    • xgetName

      org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring xgetName()
      Gets (as xml) the "name" attribute
    • setName

      void setName(String name)
      Sets the "name" attribute
    • xsetName

      void xsetName(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring name)
      Sets (as xml) the "name" attribute
    • getSheetId

      long getSheetId()
      Gets the "sheetId" attribute
    • xgetSheetId

      XmlUnsignedInt xgetSheetId()
      Gets (as xml) the "sheetId" attribute
    • setSheetId

      void setSheetId(long sheetId)
      Sets the "sheetId" attribute
    • xsetSheetId

      void xsetSheetId(XmlUnsignedInt sheetId)
      Sets (as xml) the "sheetId" 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
    • getId

      String getId()
      Gets the "id" attribute
    • xgetId

      Gets (as xml) the "id" attribute
    • setId

      void setId(String id)
      Sets the "id" attribute
    • xsetId

      void xsetId(STRelationshipId id)
      Sets (as xml) the "id" attribute