Uses of Class
org.apache.poi.common.usermodel.HyperlinkType
-
Packages that use HyperlinkType Package Description 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 modelorg.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 Modifier and Type Method Description static HyperlinkType
HyperlinkType. forInt(int code)
Deprecated.POI 3.15 beta 3HyperlinkType
Hyperlink. getType()
Return the type of this hyperlinkHyperlinkType
Hyperlink. getTypeEnum()
Deprecated.usegetType()
insteadstatic 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 Modifier and Type Method Description HyperlinkType
HSLFHyperlink. getType()
Gets the type of the hyperlink action.HyperlinkType
HSLFHyperlink. getTypeEnum()
Deprecated.usegetType
instead -
Uses of HyperlinkType in org.apache.poi.hssf.usermodel
Fields in org.apache.poi.hssf.usermodel declared as HyperlinkType Modifier and Type Field Description protected HyperlinkType
HSSFHyperlink. link_type
If we create a new hyperlink remember its typeMethods in org.apache.poi.hssf.usermodel that return HyperlinkType Modifier and Type Method Description HyperlinkType
HSSFHyperlink. getType()
Return the type of this hyperlinkHyperlinkType
HSSFHyperlink. getTypeEnum()
Deprecated.usegetType()
insteadMethods in org.apache.poi.hssf.usermodel with parameters of type HyperlinkType Modifier and Type Method Description HSSFHyperlink
HSSFCreationHelper. createHyperlink(HyperlinkType type)
Constructors in org.apache.poi.hssf.usermodel with parameters of type HyperlinkType Constructor Description HSSFHyperlink(HyperlinkType type)
Construct a new hyperlink This method is internal to be used only byHSSFCreationHelper.createHyperlink(HyperlinkType)
. -
Uses of HyperlinkType in org.apache.poi.ss.usermodel
Methods in org.apache.poi.ss.usermodel with parameters of type HyperlinkType Modifier and Type Method Description 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 Modifier and Type Method Description HyperlinkType
XSLFHyperlink. getType()
HyperlinkType
XSLFHyperlink. getTypeEnum()
Deprecated. -
Uses of HyperlinkType in org.apache.poi.xssf.streaming
Methods in org.apache.poi.xssf.streaming with parameters of type HyperlinkType Modifier and Type Method Description Hyperlink
SXSSFCreationHelper. createHyperlink(HyperlinkType type)
-
Uses of HyperlinkType in org.apache.poi.xssf.usermodel
Methods in org.apache.poi.xssf.usermodel that return HyperlinkType Modifier and Type Method Description HyperlinkType
XSSFHyperlink. getType()
Return the type of this hyperlinkHyperlinkType
XSSFHyperlink. getTypeEnum()
Deprecated.usegetType
insteadMethods in org.apache.poi.xssf.usermodel with parameters of type HyperlinkType Modifier and Type Method Description XSSFHyperlink
XSSFCreationHelper. createHyperlink(HyperlinkType type)
Create a new XSSFHyperlink.Constructors in org.apache.poi.xssf.usermodel with parameters of type HyperlinkType Constructor Description XSSFHyperlink(HyperlinkType type)
Create a new XSSFHyperlink.
-