Uses of Class
bad.robot.excel.cell.Hyperlink

Packages that use Hyperlink
bad.robot.excel.cell   
bad.robot.excel.workbook   
 

Uses of Hyperlink in bad.robot.excel.cell
 

Methods in bad.robot.excel.cell that return Hyperlink
static Hyperlink Hyperlink.hyperlink(String text, String url)
           
static Hyperlink Hyperlink.hyperlink(String text, URL link)
           
 

Constructors in bad.robot.excel.cell with parameters of type Hyperlink
HyperlinkCell(Hyperlink link)
           
 

Uses of Hyperlink in bad.robot.excel.workbook
 

Methods in bad.robot.excel.workbook with parameters of type Hyperlink
 PoiWorkbook PoiWorkbook.replaceCell(Coordinate coordinate, Hyperlink hyperlink)
           
 Editable NavigablePoiWorkbook.replaceCell(Coordinate coordinate, Hyperlink hyperlink)
          Deprecated.  
 Editable Editable.replaceCell(Coordinate coordinate, Hyperlink hyperlink)
           
 



Copyright © 2013. All Rights Reserved.