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 
 

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

Methods in org.apache.poi.hssf.usermodel that return HSSFHyperlink
 HSSFHyperlink HSSFCell.getHyperlink()
          Returns hyperlink associated with this cell
 

Methods in org.apache.poi.hssf.usermodel with parameters of type HSSFHyperlink
 void HSSFCell.setHyperlink(HSSFHyperlink link)
          Assign a hypelrink to this cell
 



Copyright 2008 The Apache Software Foundation or its licensors, as applicable.