Uses of Enum Class
org.apache.poi.hssf.util.HSSFColor.HSSFColorPredefined
Packages that use HSSFColor.HSSFColorPredefined
Package
Description
util package contains tools needed for writing HSSF files that are not necesarily "real"
HSSF concepts.
-
Uses of HSSFColor.HSSFColorPredefined in org.apache.poi.hssf.util
Methods in org.apache.poi.hssf.util that return HSSFColor.HSSFColorPredefinedModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static HSSFColor.HSSFColorPredefined[]
HSSFColor.HSSFColorPredefined.values()
Returns an array containing the constants of this enum class, in the order they are declared.