Class XSSFHyperlinkRecord

java.lang.Object
org.apache.poi.xssf.binary.XSSFHyperlinkRecord

@Internal public class XSSFHyperlinkRecord extends Object
This is a read only record that maintains information about a hyperlink. In OOXML land, this information has to be merged from 1) the sheet's .rels to get the url and 2) from after the sheet data in they hyperlink section. The display is often empty and should be filled from the contents of the anchor cell.
Since:
3.16-beta3
  • Method Details

    • getRelId

      public String getRelId()
    • getLocation

      public String getLocation()
    • getToolTip

      public String getToolTip()
    • getDisplay

      public String getDisplay()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object