Package org.apache.poi.ss.formula.eval
Interface HyperlinkEval
- 
- All Known Implementing Classes:
- LazyAreaEval,- LazyRefEval
 
 public interface HyperlinkEvalHandle associated hyperlink if this ValueEval is a label of the HYPERLINK function.- Author:
- henrichen
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description HyperlinkgetHyperlink()Returns the associated hyperlink if this ValueEval is a label of the HYPERLINK function.voidsetHyperlink(Hyperlink hyperlink)Sets the associated hyperlink if this ValueEval is a label of the HYPERLINK function.
 
- 
- 
- 
Method Detail- 
setHyperlinkvoid setHyperlink(Hyperlink hyperlink) Sets the associated hyperlink if this ValueEval is a label of the HYPERLINK function.- Parameters:
- hyperlink- the associated hyperlink
 
 - 
getHyperlinkHyperlink getHyperlink() Returns the associated hyperlink if this ValueEval is a label of the HYPERLINK function.- Returns:
- the associated hyperlink.
 
 
- 
 
-