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 HSSFCreationHelper.createHyperlink(HyperlinkType type)
           
 HSSFHyperlink HSSFCell.getHyperlink()
           
 HSSFHyperlink HSSFSheet.getHyperlink(CellAddress addr)
          Get a Hyperlink in this sheet located in a cell specified by {code addr}
 HSSFHyperlink HSSFSheet.getHyperlink(int row, int column)
          Get a Hyperlink in this sheet anchored at row, column
 

Methods in org.apache.poi.hssf.usermodel that return types with arguments of type HSSFHyperlink
 java.util.List<HSSFHyperlink> HSSFSheet.getHyperlinkList()
          Get a list of Hyperlinks in this sheet
 

Methods in org.apache.poi.hssf.usermodel with parameters of type HSSFHyperlink
protected  void HSSFSheet.removeHyperlink(HSSFHyperlink link)
          Remove the underlying HyperlinkRecord from this sheet.
 



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