org.apache.poi.xssf.binary
Class XSSFHyperlinkRecord

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

@Internal
public class XSSFHyperlinkRecord
extends java.lang.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 Summary
 boolean equals(java.lang.Object o)
           
 java.lang.String getDisplay()
           
 java.lang.String getLocation()
           
 java.lang.String getRelId()
           
 java.lang.String getToolTip()
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

getRelId

public java.lang.String getRelId()

getLocation

public java.lang.String getLocation()

getToolTip

public java.lang.String getToolTip()

getDisplay

public java.lang.String getDisplay()

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object