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 HSSFHyperlinkHSSFCreationHelper. createHyperlink(HyperlinkType type)HSSFHyperlinkHSSFCell. getHyperlink()HSSFHyperlinkHSSFSheet. getHyperlink(int row, int column)Get a Hyperlink in this sheet anchored at row, columnHSSFHyperlinkHSSFSheet. 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 voidHSSFSheet. removeHyperlink(HSSFHyperlink link)Remove the underlying HyperlinkRecord from this sheet.
-