Interface CTHyperlink

  • All Superinterfaces:
    XmlObject, XmlTokenSource

    public interface CTHyperlink
    extends XmlObject
    An XML CT_Hyperlink(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is a complex type.
    • Method Detail

      • getRef

        java.lang.String getRef()
        Gets the "ref" attribute
      • xgetRef

        STRef xgetRef()
        Gets (as xml) the "ref" attribute
      • setRef

        void setRef​(java.lang.String ref)
        Sets the "ref" attribute
      • xsetRef

        void xsetRef​(STRef ref)
        Sets (as xml) the "ref" attribute
      • getId

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

        boolean isSetId()
        True if has "id" attribute
      • setId

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

        void unsetId()
        Unsets the "id" attribute
      • getLocation

        java.lang.String getLocation()
        Gets the "location" attribute
      • xgetLocation

        STXstring xgetLocation()
        Gets (as xml) the "location" attribute
      • isSetLocation

        boolean isSetLocation()
        True if has "location" attribute
      • setLocation

        void setLocation​(java.lang.String location)
        Sets the "location" attribute
      • xsetLocation

        void xsetLocation​(STXstring location)
        Sets (as xml) the "location" attribute
      • unsetLocation

        void unsetLocation()
        Unsets the "location" attribute
      • getTooltip

        java.lang.String getTooltip()
        Gets the "tooltip" attribute
      • xgetTooltip

        STXstring xgetTooltip()
        Gets (as xml) the "tooltip" attribute
      • isSetTooltip

        boolean isSetTooltip()
        True if has "tooltip" attribute
      • setTooltip

        void setTooltip​(java.lang.String tooltip)
        Sets the "tooltip" attribute
      • xsetTooltip

        void xsetTooltip​(STXstring tooltip)
        Sets (as xml) the "tooltip" attribute
      • unsetTooltip

        void unsetTooltip()
        Unsets the "tooltip" attribute
      • getDisplay

        java.lang.String getDisplay()
        Gets the "display" attribute
      • xgetDisplay

        STXstring xgetDisplay()
        Gets (as xml) the "display" attribute
      • isSetDisplay

        boolean isSetDisplay()
        True if has "display" attribute
      • setDisplay

        void setDisplay​(java.lang.String display)
        Sets the "display" attribute
      • xsetDisplay

        void xsetDisplay​(STXstring display)
        Sets (as xml) the "display" attribute
      • unsetDisplay

        void unsetDisplay()
        Unsets the "display" attribute