public class HyperlinkCell extends StyledCell
| Constructor and Description |
|---|
HyperlinkCell(Hyperlink link) |
HyperlinkCell(String text,
URL link) |
HyperlinkCell(String text,
URL link,
Style style) |
| Modifier and Type | Method and Description |
|---|---|
void |
addTo(org.apache.poi.ss.usermodel.Row row,
ColumnIndex column,
org.apache.poi.ss.usermodel.Workbook workbook) |
String |
toString() |
void |
update(org.apache.poi.ss.usermodel.Cell cell,
org.apache.poi.ss.usermodel.Workbook workbook) |
equals, getStylepublic HyperlinkCell(Hyperlink link)
public void addTo(org.apache.poi.ss.usermodel.Row row,
ColumnIndex column,
org.apache.poi.ss.usermodel.Workbook workbook)
public void update(org.apache.poi.ss.usermodel.Cell cell,
org.apache.poi.ss.usermodel.Workbook workbook)
Copyright © 2018. All Rights Reserved.