| Package | Description |
|---|---|
| org.apache.poi.common.usermodel | |
| org.apache.poi.hssf.usermodel |
The usermodel package maps HSSF low level structures to familiar workbook/sheet model
|
| org.apache.poi.ss.usermodel |
| Modifier and Type | Method and Description |
|---|---|
HyperlinkType |
Hyperlink.getType()
Return the type of this hyperlink
|
static HyperlinkType |
HyperlinkType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HyperlinkType[] |
HyperlinkType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Field and Description |
|---|---|
protected HyperlinkType |
HSSFHyperlink.link_type
If we create a new hyperlink remember its type
|
| Modifier and Type | Method and Description |
|---|---|
HyperlinkType |
HSSFHyperlink.getType()
Return the type of this hyperlink
|
| Modifier and Type | Method and Description |
|---|---|
HSSFHyperlink |
HSSFCreationHelper.createHyperlink(HyperlinkType type) |
| Constructor and Description |
|---|
HSSFHyperlink(HyperlinkType type)
Construct a new hyperlink
This method is internal to be used only by
HSSFCreationHelper.createHyperlink(HyperlinkType). |
| Modifier and Type | Method and Description |
|---|---|
Hyperlink |
CreationHelper.createHyperlink(HyperlinkType type)
Creates a new Hyperlink, of the given type
|