Package | Description |
---|---|
org.zkoss.poi.xssf.usermodel |
Modifier and Type | Field and Description |
---|---|
protected java.util.List<XSSFHyperlink> |
XSSFSheet.hyperlinks |
Modifier and Type | Method and Description |
---|---|
XSSFHyperlink |
XSSFCreationHelper.createHyperlink(int type) |
XSSFHyperlink |
XSSFCell.getHyperlink()
Returns hyperlink associated with this cell
|
XSSFHyperlink |
XSSFSheet.getHyperlink(int row,
int column) |
Modifier and Type | Method and Description |
---|---|
void |
XSSFSheet.addHyperlink(XSSFHyperlink hyperlink)
Register a hyperlink in the collection of hyperlinks on this sheet
|
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.