Uses of Class
org.apache.poi.common.usermodel.HyperlinkType
-
Packages that use HyperlinkType Package Description org.apache.poi.common.usermodel org.apache.poi.hssf.usermodel The usermodel package maps HSSF low level structures to familiar workbook/sheet modelorg.apache.poi.ss.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 HyperlinkTypeHyperlink. getType()Return the type of this hyperlinkstatic 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.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 hyperlinkMethods 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
-