Package | Description |
---|---|
org.apache.poi.xssf.streaming | |
org.apache.poi.xssf.usermodel |
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
java.util.List<XSSFHyperlink> |
SXSSFSheet.getHyperlinkList()
Get a list of Hyperlinks in this sheet
|
Modifier and Type | Method and Description |
---|---|
void |
SXSSFSheet.addHyperlink(XSSFHyperlink hyperlink)
Register a hyperlink in the collection of hyperlinks on this sheet.
|
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
java.util.List<XSSFHyperlink> |
XSSFSheet.getHyperlinkList()
Get a list of Hyperlinks in this sheet
|
Modifier and Type | Method and Description |
---|---|
void |
XSSFSheet.addHyperlink(XSSFHyperlink hyperlink)
Register a hyperlink in the collection of hyperlinks on this sheet.
|
void |
XSSFSheet.removeHyperlink(XSSFHyperlink hyperlink)
Remove a hyperlink in the collection of hyperlinks on this sheet.
|
Copyright 2022 The Apache Software Foundation or its licensors, as applicable.