Package | Description |
---|---|
org.zkoss.poi.hssf.usermodel |
usermodel package maps HSSF low level strutures to familiar workbook/sheet model
Related Documentation
For overviews, tutorials, examples, guides, and tool documentation, please see:
Apache POI Project
|
org.zkoss.poi.ss.formula |
This package contains common internal POI code for manipulating formulas.
|
org.zkoss.poi.ss.formula.eval | |
org.zkoss.poi.ss.usermodel | |
org.zkoss.poi.xssf.streaming | |
org.zkoss.poi.xssf.usermodel |
Modifier and Type | Method and Description |
---|---|
Hyperlink |
HSSFCell.getEvalHyperlink() |
Modifier and Type | Method and Description |
---|---|
void |
HSSFCell.setEvalHyperlink(Hyperlink hyperlink) |
void |
HSSFCell.setHyperlink(Hyperlink hyperlink)
Assign a hyperlink to this cell
|
Modifier and Type | Method and Description |
---|---|
Hyperlink |
LazyRefEval.getHyperlink() |
Hyperlink |
LazyAreaEval.getHyperlink() |
Modifier and Type | Method and Description |
---|---|
void |
LazyRefEval.setHyperlink(Hyperlink hyperlink) |
void |
LazyAreaEval.setHyperlink(Hyperlink hyperlink) |
Modifier and Type | Method and Description |
---|---|
Hyperlink |
StringEval.getHyperlink() |
Hyperlink |
NumberEval.getHyperlink() |
Hyperlink |
HyperlinkEval.getHyperlink()
Returns the associated hyperlink if this ValueEval is a label of the HYPERLINK function.
|
Hyperlink |
ErrorEval.getHyperlink() |
Hyperlink |
BoolEval.getHyperlink() |
Modifier and Type | Method and Description |
---|---|
void |
StringEval.setHyperlink(Hyperlink hyperlink) |
void |
NumberEval.setHyperlink(Hyperlink hyperlink) |
void |
HyperlinkEval.setHyperlink(Hyperlink hyperlink)
Sets the associated hyperlink if this ValueEval is a label of the HYPERLINK function.
|
void |
ErrorEval.setHyperlink(Hyperlink hyperlink) |
void |
BoolEval.setHyperlink(Hyperlink hyperlink) |
Modifier and Type | Method and Description |
---|---|
Hyperlink |
CreationHelper.createHyperlink(int type)
Creates a new Hyperlink, of the given type
|
Hyperlink |
CellValue.getHyperlink() |
Hyperlink |
Cell.getHyperlink() |
Modifier and Type | Method and Description |
---|---|
void |
CellValue.setHyperlink(Hyperlink hyperlink) |
void |
Cell.setHyperlink(Hyperlink link)
Assign a hyperlink to this cell
|
Modifier and Type | Method and Description |
---|---|
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 |
---|---|
Hyperlink |
XSSFCell.getEvalHyperlink() |
Modifier and Type | Method and Description |
---|---|
void |
XSSFCell.setEvalHyperlink(Hyperlink hyperlink) |
void |
XSSFCell.setHyperlink(Hyperlink hyperlink)
Assign a hyperlink to this cell
|
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.