|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XSSFHyperlink | |
---|---|
org.apache.poi.xssf.streaming | |
org.apache.poi.xssf.usermodel |
Uses of XSSFHyperlink in org.apache.poi.xssf.streaming |
---|
Methods in org.apache.poi.xssf.streaming that return XSSFHyperlink | |
---|---|
XSSFHyperlink |
SXSSFSheet.getHyperlink(CellAddress addr)
Get a Hyperlink in this sheet located in a cell specified by {code addr} |
XSSFHyperlink |
SXSSFSheet.getHyperlink(int row,
int column)
Get a Hyperlink in this sheet anchored at row, column |
Methods in org.apache.poi.xssf.streaming that return types with arguments of type XSSFHyperlink | |
---|---|
java.util.List<XSSFHyperlink> |
SXSSFSheet.getHyperlinkList()
Get a list of Hyperlinks in this sheet |
Uses of XSSFHyperlink in org.apache.poi.xssf.usermodel |
---|
Methods in org.apache.poi.xssf.usermodel that return XSSFHyperlink | |
---|---|
XSSFHyperlink |
XSSFCreationHelper.createHyperlink(HyperlinkType type)
Create a new XSSFHyperlink. |
XSSFHyperlink |
XSSFCell.getHyperlink()
Returns hyperlink associated with this cell |
XSSFHyperlink |
XSSFSheet.getHyperlink(CellAddress addr)
Get a Hyperlink in this sheet located in a cell specified by {code addr} |
XSSFHyperlink |
XSSFSheet.getHyperlink(int row,
int column)
Get a Hyperlink in this sheet anchored at row, column |
Methods in org.apache.poi.xssf.usermodel that return types with arguments of type XSSFHyperlink | |
---|---|
java.util.List<XSSFHyperlink> |
XSSFSheet.getHyperlinkList()
Get a list of Hyperlinks in this sheet |
Methods in org.apache.poi.xssf.usermodel with parameters of type XSSFHyperlink | |
---|---|
void |
XSSFSheet.addHyperlink(XSSFHyperlink hyperlink)
Register a hyperlink in the collection of hyperlinks on this sheet |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |