Interface CTExternalDefinedName

  • All Superinterfaces:
    XmlObject, XmlTokenSource

    public interface CTExternalDefinedName
    extends XmlObject
    An XML CT_ExternalDefinedName(@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
      • getRefersTo

        java.lang.String getRefersTo()
        Gets the "refersTo" attribute
      • xgetRefersTo

        STXstring xgetRefersTo()
        Gets (as xml) the "refersTo" attribute
      • isSetRefersTo

        boolean isSetRefersTo()
        True if has "refersTo" attribute
      • setRefersTo

        void setRefersTo​(java.lang.String refersTo)
        Sets the "refersTo" attribute
      • xsetRefersTo

        void xsetRefersTo​(STXstring refersTo)
        Sets (as xml) the "refersTo" attribute
      • unsetRefersTo

        void unsetRefersTo()
        Unsets the "refersTo" attribute
      • getSheetId

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

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

        boolean isSetSheetId()
        True if has "sheetId" attribute
      • setSheetId

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

        void xsetSheetId​(XmlUnsignedInt sheetId)
        Sets (as xml) the "sheetId" attribute
      • unsetSheetId

        void unsetSheetId()
        Unsets the "sheetId" attribute