|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HSSFHyperlink | |
---|---|
org.apache.poi.hssf.usermodel | 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 HSSFHyperlink | |
---|---|
HSSFHyperlink |
HSSFCreationHelper.createHyperlink(HyperlinkType type)
|
HSSFHyperlink |
HSSFCell.getHyperlink()
|
HSSFHyperlink |
HSSFSheet.getHyperlink(CellAddress addr)
Get a Hyperlink in this sheet located in a cell specified by {code addr} |
HSSFHyperlink |
HSSFSheet.getHyperlink(int row,
int column)
Get a Hyperlink in this sheet anchored at row, column |
Methods in org.apache.poi.hssf.usermodel that return types with arguments of type HSSFHyperlink | |
---|---|
java.util.List<HSSFHyperlink> |
HSSFSheet.getHyperlinkList()
Get a list of Hyperlinks in this sheet |
Methods in org.apache.poi.hssf.usermodel with parameters of type HSSFHyperlink | |
---|---|
protected void |
HSSFSheet.removeHyperlink(HSSFHyperlink link)
Remove the underlying HyperlinkRecord from this sheet. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |