Uses of Enum Class
org.apache.poi.common.usermodel.HyperlinkType
Packages that use HyperlinkType
Package
Description
usermodel package maps HSSF low level strutures to familiar workbook/sheet model
-
Uses of HyperlinkType in org.apache.poi.common.usermodel
Methods in org.apache.poi.common.usermodel that return HyperlinkTypeModifier and TypeMethodDescriptionstatic HyperlinkType
HyperlinkType.forInt
(int code) Deprecated.POI 3.15 beta 3Hyperlink.getType()
Return the type of this hyperlinkHyperlink.getTypeEnum()
Deprecated.usegetType()
insteadstatic HyperlinkType
Returns the enum constant of this class with the specified name.static HyperlinkType[]
HyperlinkType.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of HyperlinkType in org.apache.poi.hslf.usermodel
Methods in org.apache.poi.hslf.usermodel that return HyperlinkTypeModifier and TypeMethodDescriptionHSLFHyperlink.getType()
Gets the type of the hyperlink action.HSLFHyperlink.getTypeEnum()
Deprecated.usegetType
instead -
Uses of HyperlinkType in org.apache.poi.hssf.usermodel
Fields in org.apache.poi.hssf.usermodel declared as HyperlinkTypeModifier and TypeFieldDescriptionprotected final HyperlinkType
HSSFHyperlink.link_type
If we create a new hyperlink remember its typeMethods in org.apache.poi.hssf.usermodel that return HyperlinkTypeModifier and TypeMethodDescriptionHSSFHyperlink.getType()
Return the type of this hyperlinkHSSFHyperlink.getTypeEnum()
Deprecated.usegetType()
insteadMethods in org.apache.poi.hssf.usermodel with parameters of type HyperlinkTypeConstructors in org.apache.poi.hssf.usermodel with parameters of type HyperlinkTypeModifierConstructorDescriptionprotected
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 HyperlinkTypeModifier and TypeMethodDescriptionCreationHelper.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 HyperlinkTypeModifier and TypeMethodDescriptionXSLFHyperlink.getType()
XSLFHyperlink.getTypeEnum()
Deprecated. -
Uses of HyperlinkType in org.apache.poi.xssf.streaming
Methods in org.apache.poi.xssf.streaming with parameters of type HyperlinkType -
Uses of HyperlinkType in org.apache.poi.xssf.usermodel
Methods in org.apache.poi.xssf.usermodel that return HyperlinkTypeModifier and TypeMethodDescriptionXSSFHyperlink.getType()
Return the type of this hyperlinkXSSFHyperlink.getTypeEnum()
Deprecated.usegetType
insteadMethods in org.apache.poi.xssf.usermodel with parameters of type HyperlinkTypeModifier and TypeMethodDescriptionXSSFCreationHelper.createHyperlink
(HyperlinkType type) Create a new XSSFHyperlink.Constructors in org.apache.poi.xssf.usermodel with parameters of type HyperlinkTypeModifierConstructorDescriptionprotected
XSSFHyperlink
(HyperlinkType type) Create a new XSSFHyperlink.