Uses of Class
org.apache.poi.hssf.usermodel.HSSFHyperlink
Packages that use HSSFHyperlink
Package
Description
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 HSSFHyperlinkModifier and TypeMethodDescriptionHSSFCreationHelper.createHyperlink
(HyperlinkType type) HSSFCell.getHyperlink()
HSSFSheet.getHyperlink
(int row, int column) Get a Hyperlink in this sheet anchored at row, columnHSSFSheet.getHyperlink
(CellAddress addr) Get a Hyperlink in this sheet located in a cell specified by {code addr}Methods in org.apache.poi.hssf.usermodel that return types with arguments of type HSSFHyperlinkModifier and TypeMethodDescriptionHSSFSheet.getHyperlinkList()
Get a list of Hyperlinks in this sheetMethods in org.apache.poi.hssf.usermodel with parameters of type HSSFHyperlinkModifier and TypeMethodDescriptionprotected void
HSSFSheet.removeHyperlink
(HSSFHyperlink link) Remove the underlying HyperlinkRecord from this sheet.