Uses of Class
org.apache.poi.hssf.util.HSSFColor.HSSFColorPredefined
-
Packages that use HSSFColor.HSSFColorPredefined Package Description org.apache.poi.hssf.util The 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.HSSFColorPredefined Modifier and Type Method Description static HSSFColor.HSSFColorPredefinedHSSFColor.HSSFColorPredefined. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static HSSFColor.HSSFColorPredefined[]HSSFColor.HSSFColorPredefined. values()Returns an array containing the constants of this enum type, in the order they are declared.
-