Uses of Interface
org.apache.poi.ss.usermodel.Hyperlink
Packages that use Hyperlink
Package
Description
usermodel package maps HSSF low level strutures to familiar workbook/sheet model
-
Uses of Hyperlink in org.apache.poi.hssf.usermodel
Classes in org.apache.poi.hssf.usermodel that implement HyperlinkMethods in org.apache.poi.hssf.usermodel with parameters of type HyperlinkModifier and TypeMethodDescriptionvoid
HSSFCell.setHyperlink
(Hyperlink hyperlink) Assign a hyperlink to this cell.Constructors in org.apache.poi.hssf.usermodel with parameters of type Hyperlink -
Uses of Hyperlink in org.apache.poi.ss.usermodel
Methods in org.apache.poi.ss.usermodel that return HyperlinkModifier and TypeMethodDescriptionCreationHelper.createHyperlink
(HyperlinkType type) Creates a new Hyperlink, of the given typeCell.getHyperlink()
Sheet.getHyperlink
(int row, int column) Get a Hyperlink in this sheet anchored at row, columnSheet.getHyperlink
(CellAddress addr) Get a Hyperlink in this sheet located in a cell specified by {code addr}Methods in org.apache.poi.ss.usermodel that return types with arguments of type HyperlinkModifier and TypeMethodDescriptionSheet.getHyperlinkList()
Get a list of Hyperlinks in this sheetMethods in org.apache.poi.ss.usermodel with parameters of type HyperlinkModifier and TypeMethodDescriptionvoid
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 HyperlinkModifier and TypeMethodDescriptionSXSSFCreationHelper.createHyperlink
(HyperlinkType type) SXSSFCell.getHyperlink()
Methods in org.apache.poi.xssf.streaming with parameters of type HyperlinkModifier and TypeMethodDescriptionvoid
SXSSFCell.setHyperlink
(Hyperlink link) Assign a hyperlink to this cell. -
Uses of Hyperlink in org.apache.poi.xssf.usermodel
Classes in org.apache.poi.xssf.usermodel that implement HyperlinkMethods in org.apache.poi.xssf.usermodel with parameters of type HyperlinkModifier and TypeMethodDescriptionvoid
XSSFCell.setHyperlink
(Hyperlink hyperlink) Assign a hyperlink to this cell.Constructors in org.apache.poi.xssf.usermodel with parameters of type Hyperlink