Interface CTSheet

  • 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.
    • Method Detail

      • getName

        java.lang.String getName()
        Gets the "name" attribute
      • xgetName

        STXstring xgetName()
        Gets (as xml) the "name" attribute
      • setName

        void setName​(java.lang.String name)
        Sets the "name" attribute
      • xsetName

        void xsetName​(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
      • xgetState

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

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

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

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

        java.lang.String getId()
        Gets the "id" attribute
      • setId

        void setId​(java.lang.String id)
        Sets the "id" attribute