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 HyperlinkTypeHyperlinkType. forInt(int code)Deprecated.POI 3.15 beta 3HyperlinkTypeHyperlink. getType()Return the type of this hyperlinkHyperlinkTypeHyperlink. getTypeEnum()Deprecated.usegetType()insteadstatic HyperlinkTypeHyperlinkType. 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 HyperlinkTypeHSLFHyperlink. getType()Gets the type of the hyperlink action.HyperlinkTypeHSLFHyperlink. getTypeEnum()Deprecated.usegetTypeinstead -
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 HyperlinkTypeHSSFHyperlink. link_typeIf we create a new hyperlink remember its typeMethods in org.apache.poi.hssf.usermodel that return HyperlinkType Modifier and Type Method Description HyperlinkTypeHSSFHyperlink. getType()Return the type of this hyperlinkHyperlinkTypeHSSFHyperlink. getTypeEnum()Deprecated.usegetType()insteadMethods in org.apache.poi.hssf.usermodel with parameters of type HyperlinkType Modifier and Type Method Description HSSFHyperlinkHSSFCreationHelper. 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 HyperlinkCreationHelper. 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 HyperlinkTypeXSLFHyperlink. getType()HyperlinkTypeXSLFHyperlink. 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 HyperlinkSXSSFCreationHelper. 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 HyperlinkTypeXSSFHyperlink. getType()Return the type of this hyperlinkHyperlinkTypeXSSFHyperlink. getTypeEnum()Deprecated.usegetTypeinsteadMethods in org.apache.poi.xssf.usermodel with parameters of type HyperlinkType Modifier and Type Method Description XSSFHyperlinkXSSFCreationHelper. 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.
-