bad.robot.excel
Class HyperlinkCell
java.lang.Object
bad.robot.excel.Cell
bad.robot.excel.HyperlinkCell
public class HyperlinkCell
- extends Cell
Only supports URL hyperlinks.
Method Summary |
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)
|
HyperlinkCell
public HyperlinkCell(String text,
URL link)
HyperlinkCell
public HyperlinkCell(Hyperlink link)
HyperlinkCell
public HyperlinkCell(String text,
URL link,
Style style)
addTo
public void addTo(org.apache.poi.ss.usermodel.Row row,
ColumnIndex column,
org.apache.poi.ss.usermodel.Workbook workbook)
- Specified by:
addTo
in class Cell
update
public void update(org.apache.poi.ss.usermodel.Cell cell,
org.apache.poi.ss.usermodel.Workbook workbook)
- Specified by:
update
in class Cell
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2012. All Rights Reserved.