Package | Description |
---|---|
org.apache.poi.hssf.usermodel |
The usermodel package maps HSSF low level structures to familiar workbook/sheet model
|
org.apache.poi.ss.usermodel | |
org.apache.poi.xssf.streaming | |
org.apache.poi.xssf.usermodel |
Modifier and Type | Method and Description |
---|---|
void |
HSSFCell.setHyperlink(Hyperlink hyperlink)
Assign a hyperlink to this cell.
|
Constructor and Description |
---|
HSSFHyperlink(Hyperlink other) |
Modifier and Type | Method and Description |
---|---|
Hyperlink |
CreationHelper.createHyperlink(HyperlinkType type)
Creates a new Hyperlink, of the given type
|
Hyperlink |
Cell.getHyperlink() |
Hyperlink |
Sheet.getHyperlink(CellAddress addr)
Get a Hyperlink in this sheet located in a cell specified by {code addr}
|
Hyperlink |
Sheet.getHyperlink(int row,
int column)
Get a Hyperlink in this sheet anchored at row, column
|
Modifier and Type | Method and Description |
---|---|
java.util.List<? extends Hyperlink> |
Sheet.getHyperlinkList()
Get a list of Hyperlinks in this sheet
|
Modifier and Type | Method and Description |
---|---|
void |
Cell.setHyperlink(Hyperlink link)
Assign a hyperlink to this cell
|
Modifier and Type | Method and Description |
---|---|
Hyperlink |
SXSSFCreationHelper.createHyperlink(HyperlinkType type) |
Hyperlink |
SXSSFCell.getHyperlink() |
Modifier and Type | Method and Description |
---|---|
void |
SXSSFCell.setHyperlink(Hyperlink link)
Assign a hyperlink to this cell.
|
Modifier and Type | Method and Description |
---|---|
void |
XSSFCell.setHyperlink(Hyperlink hyperlink)
Assign a hyperlink to this cell.
|
Constructor and Description |
---|
XSSFHyperlink(Hyperlink other)
Create a new XSSFHyperlink.
|
Copyright 2022 The Apache Software Foundation or its licensors, as applicable.