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.
  • 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
    • getRefersTo

      String getRefersTo()
      Gets the "refersTo" attribute
    • xgetRefersTo

      org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring xgetRefersTo()
      Gets (as xml) the "refersTo" attribute
    • isSetRefersTo

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

      void setRefersTo(String refersTo)
      Sets the "refersTo" attribute
    • xsetRefersTo

      void xsetRefersTo(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.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