Package | Description |
---|---|
org.apache.poi.hssf.usermodel |
The usermodel package maps HSSF low level structures to familiar workbook/sheet model
|
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
java.util.List<HSSFHyperlink> |
HSSFSheet.getHyperlinkList()
Get a list of Hyperlinks in this sheet
|
Modifier and Type | Method and Description |
---|---|
protected void |
HSSFSheet.removeHyperlink(HSSFHyperlink link)
Remove the underlying HyperlinkRecord from this sheet.
|
Copyright 2020 The Apache Software Foundation or its licensors, as applicable.