|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Hyperlink | |
---|---|
org.apache.poi.hssf.usermodel | usermodel package maps HSSF low level strutures to familiar workbook/sheet model |
org.apache.poi.ss.usermodel |
Uses of Hyperlink in org.apache.poi.hssf.usermodel |
---|
Methods in org.apache.poi.hssf.usermodel that return Hyperlink | |
---|---|
Hyperlink |
HSSFCreationHelper.createHyperlink(int type)
|
Hyperlink |
HSSFCell.getHyperlink()
|
Methods in org.apache.poi.hssf.usermodel with parameters of type Hyperlink | |
---|---|
void |
HSSFCell.setHyperlink(Hyperlink hyperlink)
Assign a hyperlink to this cell |
Uses of Hyperlink in org.apache.poi.ss.usermodel |
---|
Methods in org.apache.poi.ss.usermodel that return Hyperlink | |
---|---|
Hyperlink |
CreationHelper.createHyperlink(int type)
Creates a new Hyperlink, of the given type |
Hyperlink |
Cell.getHyperlink()
|
Methods in org.apache.poi.ss.usermodel with parameters of type Hyperlink | |
---|---|
void |
Cell.setHyperlink(Hyperlink link)
Assign a hyperlink to this cell |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |