Uses of Class
org.apache.poi.xssf.usermodel.XSSFHyperlink

Packages that use XSSFHyperlink
org.apache.poi.xssf.usermodel   
 

Uses of XSSFHyperlink in org.apache.poi.xssf.usermodel
 

Methods in org.apache.poi.xssf.usermodel that return XSSFHyperlink
 XSSFHyperlink XSSFCreationHelper.createHyperlink(int type)
          Create a new XSSFHyperlink.
 XSSFHyperlink XSSFCell.getHyperlink()
          Returns hyperlink associated with this cell
 XSSFHyperlink XSSFSheet.getHyperlink(int row, int column)
           
 

Methods in org.apache.poi.xssf.usermodel with parameters of type XSSFHyperlink
 void XSSFSheet.addHyperlink(XSSFHyperlink hyperlink)
          Register a hyperlink in the collection of hyperlinks on this sheet
 



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