|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use HyperlinkType | |
|---|---|
| org.apache.poi.common.usermodel | |
| org.apache.poi.hslf.usermodel | |
| org.apache.poi.hssf.usermodel | usermodel package maps HSSF low level strutures 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 | |
| Uses of HyperlinkType in org.apache.poi.common.usermodel |
|---|
| Methods in org.apache.poi.common.usermodel that return HyperlinkType | |
|---|---|
static HyperlinkType |
HyperlinkType.forInt(int code)
Deprecated. POI 3.15 beta 3 |
HyperlinkType |
Hyperlink.getTypeEnum()
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. |
| Uses of HyperlinkType in org.apache.poi.hslf.usermodel |
|---|
| Methods in org.apache.poi.hslf.usermodel that return HyperlinkType | |
|---|---|
HyperlinkType |
HSLFHyperlink.getTypeEnum()
Gets the type of the hyperlink action. |
| Uses of HyperlinkType in org.apache.poi.hssf.usermodel |
|---|
| Fields in org.apache.poi.hssf.usermodel declared as HyperlinkType | |
|---|---|
protected HyperlinkType |
HSSFHyperlink.link_type
If we create a new hyperlink remember its type |
| Methods in org.apache.poi.hssf.usermodel that return HyperlinkType | |
|---|---|
HyperlinkType |
HSSFHyperlink.getTypeEnum()
Return the type of this hyperlink |
| Methods in org.apache.poi.hssf.usermodel with parameters of type HyperlinkType | |
|---|---|
HSSFHyperlink |
HSSFCreationHelper.createHyperlink(HyperlinkType type)
|
| Constructors in org.apache.poi.hssf.usermodel with parameters of type HyperlinkType | |
|---|---|
HSSFHyperlink(HyperlinkType type)
Construct a new hyperlink This method is internal to be used only by HSSFCreationHelper.createHyperlink(HyperlinkType). |
|
| Uses of HyperlinkType in org.apache.poi.ss.usermodel |
|---|
| Methods in org.apache.poi.ss.usermodel with parameters of type HyperlinkType | |
|---|---|
Hyperlink |
CreationHelper.createHyperlink(HyperlinkType type)
Creates a new Hyperlink, of the given type |
| Uses of HyperlinkType in org.apache.poi.xslf.usermodel |
|---|
| Methods in org.apache.poi.xslf.usermodel that return HyperlinkType | |
|---|---|
HyperlinkType |
XSLFHyperlink.getTypeEnum()
|
| Uses of HyperlinkType in org.apache.poi.xssf.streaming |
|---|
| Methods in org.apache.poi.xssf.streaming with parameters of type HyperlinkType | |
|---|---|
Hyperlink |
SXSSFCreationHelper.createHyperlink(HyperlinkType type)
|
| Uses of HyperlinkType in org.apache.poi.xssf.usermodel |
|---|
| Methods in org.apache.poi.xssf.usermodel that return HyperlinkType | |
|---|---|
HyperlinkType |
XSSFHyperlink.getTypeEnum()
Return the type of this hyperlink |
| Methods in org.apache.poi.xssf.usermodel with parameters of type HyperlinkType | |
|---|---|
XSSFHyperlink |
XSSFCreationHelper.createHyperlink(HyperlinkType type)
Create a new XSSFHyperlink. |
| Constructors in org.apache.poi.xssf.usermodel with parameters of type HyperlinkType | |
|---|---|
XSSFHyperlink(HyperlinkType type)
Create a new XSSFHyperlink. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||