Package | Description |
---|---|
org.apache.poi.common.usermodel | |
org.apache.poi.hslf.usermodel | |
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.xslf.usermodel | |
org.apache.poi.xssf.streaming | |
org.apache.poi.xssf.usermodel |
Modifier and Type | Method and Description |
---|---|
HyperlinkType |
Hyperlink.getType()
Return the type of this hyperlink
|
static HyperlinkType |
HyperlinkType.valueOf(java.lang.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 | Method and Description |
---|---|
HyperlinkType |
HSLFHyperlink.getType()
Gets the type of the hyperlink action.
|
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
|
Modifier and Type | Method and Description |
---|---|
HyperlinkType |
XSLFHyperlink.getType() |
Modifier and Type | Method and Description |
---|---|
Hyperlink |
SXSSFCreationHelper.createHyperlink(HyperlinkType type) |
Modifier and Type | Method and Description |
---|---|
HyperlinkType |
XSSFHyperlink.getType()
Return the type of this hyperlink
|
Modifier and Type | Method and Description |
---|---|
XSSFHyperlink |
XSSFCreationHelper.createHyperlink(HyperlinkType type)
Create a new XSSFHyperlink.
|
Constructor and Description |
---|
XSSFHyperlink(HyperlinkType type)
Create a new XSSFHyperlink.
|
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.