Uses of Interface
org.apache.poi.ss.usermodel.Hyperlink

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

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

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

Constructors in org.apache.poi.hssf.usermodel with parameters of type Hyperlink
HSSFHyperlink(Hyperlink other)
           
 

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

Methods in org.apache.poi.ss.usermodel that return Hyperlink
 Hyperlink CreationHelper.createHyperlink(HyperlinkType type)
          Creates a new Hyperlink, of the given type
 Hyperlink Cell.getHyperlink()
           
 Hyperlink Sheet.getHyperlink(CellAddress addr)
          Get a Hyperlink in this sheet located in a cell specified by {code addr}
 Hyperlink Sheet.getHyperlink(int row, int column)
          Get a Hyperlink in this sheet anchored at row, column
 

Methods in org.apache.poi.ss.usermodel that return types with arguments of type Hyperlink
 java.util.List<? extends Hyperlink> Sheet.getHyperlinkList()
          Get a list of Hyperlinks in this sheet
 

Methods in org.apache.poi.ss.usermodel with parameters of type Hyperlink
 void Cell.setHyperlink(Hyperlink link)
          Assign a hyperlink to this cell
 

Uses of Hyperlink in org.apache.poi.xssf.streaming
 

Methods in org.apache.poi.xssf.streaming that return Hyperlink
 Hyperlink SXSSFCreationHelper.createHyperlink(HyperlinkType type)
           
 Hyperlink SXSSFCell.getHyperlink()
           
 

Methods in org.apache.poi.xssf.streaming with parameters of type Hyperlink
 void SXSSFCell.setHyperlink(Hyperlink link)
          Assign a hyperlink to this cell.
 

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

Methods in org.apache.poi.xssf.usermodel with parameters of type Hyperlink
 void XSSFCell.setHyperlink(Hyperlink hyperlink)
          Assign a hyperlink to this cell.
 

Constructors in org.apache.poi.xssf.usermodel with parameters of type Hyperlink
XSSFHyperlink(Hyperlink other)
          Create a new XSSFHyperlink.
 



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