Uses of Class
org.apache.poi.hssf.usermodel.HSSFHyperlink
-
Packages that use HSSFHyperlink Package Description org.apache.poi.hssf.usermodel The usermodel package maps HSSF low level structures to familiar workbook/sheet model -
-
Uses of HSSFHyperlink in org.apache.poi.hssf.usermodel
Methods in org.apache.poi.hssf.usermodel that return HSSFHyperlink Modifier and Type Method Description HSSFHyperlink
HSSFCreationHelper. createHyperlink(HyperlinkType type)
HSSFHyperlink
HSSFCell. getHyperlink()
HSSFHyperlink
HSSFSheet. getHyperlink(int row, int column)
Get a Hyperlink in this sheet anchored at row, columnHSSFHyperlink
HSSFSheet. 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 HSSFHyperlink Modifier and Type Method Description List<HSSFHyperlink>
HSSFSheet. getHyperlinkList()
Get a list of Hyperlinks in this sheetMethods in org.apache.poi.hssf.usermodel with parameters of type HSSFHyperlink Modifier and Type Method Description protected void
HSSFSheet. removeHyperlink(HSSFHyperlink link)
Remove the underlying HyperlinkRecord from this sheet.
-