Uses of Class
org.apache.poi.hssf.usermodel.HSSFHyperlink

Packages that use HSSFHyperlink
org.apache.poi.hssf.usermodel usermodel package maps HSSF low level strutures to familiar workbook/sheet model 
org.apache.poi.ss.usermodel   
 

Uses of HSSFHyperlink in org.apache.poi.hssf.usermodel
 

Methods in org.apache.poi.hssf.usermodel that return HSSFHyperlink
 HSSFHyperlink HSSFCreationHelper.createHyperlink(int type)
           
 HSSFHyperlink HSSFCell.getHyperlink()
           
 

Uses of HSSFHyperlink in org.apache.poi.ss.usermodel
 

Methods in org.apache.poi.ss.usermodel that return HSSFHyperlink
 HSSFHyperlink CreationHelper.createHyperlink(int type)
          Creates a new Hyperlink, of the given type
 HSSFHyperlink Cell.getHyperlink()