Documentation of 'org.apache.poi.common.usermodel.Hyperlink' Java class
Hyperlink
org.apache.poi.common.usermodel

Interface Hyperlink

    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static int LINK_DOCUMENT
      Link to a place in this document
      static int LINK_EMAIL
      Link to an E-mail address
      static int LINK_FILE
      Link to a file
      static int LINK_URL
      Link to an existing file or web page
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      java.lang.String getAddress()
      Hyperlink address.
      java.lang.String getLabel()
      Return text label for this hyperlink
      int getType()
      Return the type of this hyperlink
      void setAddress(java.lang.String address)
      Hyperlink address.
      void setLabel(java.lang.String label)
      Sets text label for this hyperlink
    • Method Detail

      • getAddress

        java.lang.String getAddress()
        Hyperlink address. Depending on the hyperlink type it can be URL, e-mail, path to a file, etc.
        Returns:
        the address of this hyperlink
      • setAddress

        void setAddress(java.lang.String address)
        Hyperlink address. Depending on the hyperlink type it can be URL, e-mail, path to a file, etc.
        Parameters:
        address - the address of this hyperlink
      • getLabel

        java.lang.String getLabel()
        Return text label for this hyperlink
        Returns:
        text to display
      • setLabel

        void setLabel(java.lang.String label)
        Sets text label for this hyperlink
        Parameters:
        label - text label for this hyperlink
      • getType

        int getType()
        Return the type of this hyperlink
        Returns:
        the type of this hyperlink

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.